Class: LinkmapIos::Library
- Inherits:
-
Struct
- Object
- Struct
- LinkmapIos::Library
- Defined in:
- lib/linkmap_ios.rb
Instance Attribute Summary collapse
-
#dead_symbol_size ⇒ Object
Returns the value of attribute dead_symbol_size.
-
#name ⇒ Object
Returns the value of attribute name.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#dead_symbol_size ⇒ Object
Returns the value of attribute dead_symbol_size
6 7 8 |
# File 'lib/linkmap_ios.rb', line 6 def dead_symbol_size @dead_symbol_size end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/linkmap_ios.rb', line 6 def name @name end |
#objects ⇒ Object
Returns the value of attribute objects
6 7 8 |
# File 'lib/linkmap_ios.rb', line 6 def objects @objects end |
#size ⇒ Object
Returns the value of attribute size
6 7 8 |
# File 'lib/linkmap_ios.rb', line 6 def size @size end |