Class: Obp::Access::GrammarParser::Result
- Inherits:
-
Struct
- Object
- Struct
- Obp::Access::GrammarParser::Result
- Defined in:
- lib/obp/access/grammar_parser.rb
Instance Attribute Summary collapse
-
#genders ⇒ Object
Returns the value of attribute genders.
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#term ⇒ Object
Returns the value of attribute term.
Instance Attribute Details
#genders ⇒ Object
Returns the value of attribute genders
6 7 8 |
# File 'lib/obp/access/grammar_parser.rb', line 6 def genders @genders end |
#pos ⇒ Object
Returns the value of attribute pos
6 7 8 |
# File 'lib/obp/access/grammar_parser.rb', line 6 def pos @pos end |
#term ⇒ Object
Returns the value of attribute term
6 7 8 |
# File 'lib/obp/access/grammar_parser.rb', line 6 def term @term end |