Class: Marquery::Parser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/marquery/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



18
19
20
# File 'lib/marquery/parser.rb', line 18

def entries
  @entries
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



18
19
20
# File 'lib/marquery/parser.rb', line 18

def index
  @index
end