Class: CmdParse::List

Inherits:
Struct
  • Object
show all
Defined in:
app/cmd_parser.rb

Overview

Structure to hold list information

Instance Attribute Summary collapse

Instance Attribute Details

#numObject

Returns the value of attribute num

Returns:

  • (Object)

    the current value of num



369
370
371
# File 'app/cmd_parser.rb', line 369

def num
  @num
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



369
370
371
# File 'app/cmd_parser.rb', line 369

def position
  @position
end