Class: Btape::Command

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



9
10
11
# File 'lib/btape/parser.rb', line 9

def arguments
  @arguments
end

#line_numberObject

Returns the value of attribute line_number

Returns:

  • (Object)

    the current value of line_number



9
10
11
# File 'lib/btape/parser.rb', line 9

def line_number
  @line_number
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/btape/parser.rb', line 9

def name
  @name
end