Commit d96c2c98 authored by Fabio Pelosin's avatar Fabio Pelosin

[Library] add #file_accessors

parent 5a647fde
...@@ -38,6 +38,12 @@ module Pod ...@@ -38,6 +38,12 @@ module Pod
"lib#{target_definition.label}.a" "lib#{target_definition.label}.a"
end end
# @return [String] A string suitable for debugging.
#
def inspect
"<#{self.class} name=#{name} platform=#{platform}>"
end
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
# @!group Information storage # @!group Information storage
...@@ -88,9 +94,10 @@ module Pod ...@@ -88,9 +94,10 @@ module Pod
# #
attr_accessor :specs attr_accessor :specs
# @return [Array<LocalPod>] the pods of the library. # @return [Array<Sandbox::FileAccessor>] the file accessors for the
# specifications of this library.
# #
attr_accessor :local_pods attr_accessor :file_accessors
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment