Class: Indexmap::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/indexmap/section.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



4
5
6
# File 'lib/indexmap/section.rb', line 4

def entries
  @entries
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



4
5
6
# File 'lib/indexmap/section.rb', line 4

def filename
  @filename
end