Class: BBItools::Sections
- Inherits:
-
Object
- Object
- BBItools::Sections
- Defined in:
- lib/cocoapods-bb-PodAssistant/tools/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.
21 22 23 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 21 def address @address end |
#section ⇒ Object
Returns the value of attribute section.
21 22 23 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 21 def section @section end |
#segment ⇒ Object
Returns the value of attribute segment.
21 22 23 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 21 def segment @segment end |
#size ⇒ Object
Returns the value of attribute size.
21 22 23 |
# File 'lib/cocoapods-bb-PodAssistant/tools/link_map.rb', line 21 def size @size end |