Class: Itools::Sections
- Inherits:
-
Object
- Object
- Itools::Sections
- Defined in:
- lib/itools/link_map.rb
Overview
———————————Sections class———————————
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#section ⇒ Object
Returns the value of attribute section.
-
#segment ⇒ Object
Returns the value of attribute segment.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
20 21 22 |
# File 'lib/itools/link_map.rb', line 20 def address @address end |
#section ⇒ Object
Returns the value of attribute section.
20 21 22 |
# File 'lib/itools/link_map.rb', line 20 def section @section end |
#segment ⇒ Object
Returns the value of attribute segment.
20 21 22 |
# File 'lib/itools/link_map.rb', line 20 def segment @segment end |
#size ⇒ Object
Returns the value of attribute size.
20 21 22 |
# File 'lib/itools/link_map.rb', line 20 def size @size end |