Class: Marquery::Parser::Result
- Inherits:
-
Struct
- Object
- Struct
- Marquery::Parser::Result
- Defined in:
- lib/marquery/parser.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#entries ⇒ Object
Returns the value of attribute entries
18 19 20 |
# File 'lib/marquery/parser.rb', line 18 def entries @entries end |
#index ⇒ Object
Returns the value of attribute index
18 19 20 |
# File 'lib/marquery/parser.rb', line 18 def index @index end |