Class: Ellipses::Client::Parser::Parsed

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#lexemesObject

Returns the value of attribute lexemes

Returns:

  • (Object)

    the current value of lexemes



14
15
16
# File 'lib/ellipses/client/parser.rb', line 14

def lexemes
  @lexemes
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



14
15
16
# File 'lib/ellipses/client/parser.rb', line 14

def prefix
  @prefix
end

Instance Method Details

#to_aObject



15
16
17
# File 'lib/ellipses/client/parser.rb', line 15

def to_a
  lexemes
end