Class: Obp::Access::GrammarParser::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/obp/access/grammar_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gendersObject

Returns the value of attribute genders

Returns:

  • (Object)

    the current value of genders



6
7
8
# File 'lib/obp/access/grammar_parser.rb', line 6

def genders
  @genders
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



6
7
8
# File 'lib/obp/access/grammar_parser.rb', line 6

def pos
  @pos
end

#termObject

Returns the value of attribute term

Returns:

  • (Object)

    the current value of term



6
7
8
# File 'lib/obp/access/grammar_parser.rb', line 6

def term
  @term
end