Class: Vangrail::Colang::Parser::Line

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

Instance Attribute Summary collapse

Instance Attribute Details

#indentObject

Returns the value of attribute indent

Returns:

  • (Object)

    the current value of indent



28
29
30
# File 'lib/vangrail/colang/parser.rb', line 28

def indent
  @indent
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



28
29
30
# File 'lib/vangrail/colang/parser.rb', line 28

def number
  @number
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



28
29
30
# File 'lib/vangrail/colang/parser.rb', line 28

def text
  @text
end