Class: CmdParse::Position
- Inherits:
-
Struct
- Object
- Struct
- CmdParse::Position
- Defined in:
- app/cmd_parser.rb
Overview
Structure to hold position information
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
-
#container_type ⇒ Object
Returns the value of attribute container_type.
-
#position ⇒ Object
Returns the value of attribute position.
-
#position_type ⇒ Object
Returns the value of attribute position_type.
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container
302 303 304 |
# File 'app/cmd_parser.rb', line 302 def container @container end |
#container_type ⇒ Object
Returns the value of attribute container_type
302 303 304 |
# File 'app/cmd_parser.rb', line 302 def container_type @container_type end |
#position ⇒ Object
Returns the value of attribute position
302 303 304 |
# File 'app/cmd_parser.rb', line 302 def position @position end |
#position_type ⇒ Object
Returns the value of attribute position_type
302 303 304 |
# File 'app/cmd_parser.rb', line 302 def position_type @position_type end |