Class: LinkMap::LinkFile
- Inherits:
-
Object
- Object
- LinkMap::LinkFile
- Defined in:
- lib/linkmap.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
121 122 123 |
# File 'lib/linkmap.rb', line 121 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
122 123 124 |
# File 'lib/linkmap.rb', line 122 def size @size end |