Class: Itools::Sections

Inherits:
Object
  • Object
show all
Defined in:
lib/itools/link_map.rb

Overview

———————————Sections class———————————

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



20
21
22
# File 'lib/itools/link_map.rb', line 20

def address
  @address
end

#sectionObject

Returns the value of attribute section.



20
21
22
# File 'lib/itools/link_map.rb', line 20

def section
  @section
end

#segmentObject

Returns the value of attribute segment.



20
21
22
# File 'lib/itools/link_map.rb', line 20

def segment
  @segment
end

#sizeObject

Returns the value of attribute size.



20
21
22
# File 'lib/itools/link_map.rb', line 20

def size
  @size
end