Class: Indexmap::Section
- Inherits:
-
Struct
- Object
- Struct
- Indexmap::Section
- Defined in:
- lib/indexmap/section.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#filename ⇒ Object
Returns the value of attribute filename.
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries
4 5 6 |
# File 'lib/indexmap/section.rb', line 4 def entries @entries end |
#filename ⇒ Object
Returns the value of attribute filename
4 5 6 |
# File 'lib/indexmap/section.rb', line 4 def filename @filename end |