Class: CmdParse::Position

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

Overview

Structure to hold position information

Instance Attribute Summary collapse

Instance Attribute Details

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



282
283
284
# File 'app/cmd_parser.rb', line 282

def container
  @container
end

#container_typeObject

Returns the value of attribute container_type

Returns:

  • (Object)

    the current value of container_type



282
283
284
# File 'app/cmd_parser.rb', line 282

def container_type
  @container_type
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



282
283
284
# File 'app/cmd_parser.rb', line 282

def position
  @position
end

#position_typeObject

Returns the value of attribute position_type

Returns:

  • (Object)

    the current value of position_type



282
283
284
# File 'app/cmd_parser.rb', line 282

def position_type
  @position_type
end