Class: Itools::DSSymbols
- Inherits:
-
Object
- Object
- Itools::DSSymbols
- Defined in:
- lib/itools/link_map.rb
Overview
———————————DSSymbols class———————————
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
33 34 35 |
# File 'lib/itools/link_map.rb', line 33 def file @file end |
#name ⇒ Object
Returns the value of attribute name.
33 34 35 |
# File 'lib/itools/link_map.rb', line 33 def name @name end |
#size ⇒ Object
Returns the value of attribute size.
33 34 35 |
# File 'lib/itools/link_map.rb', line 33 def size @size end |