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)
-
- (Object) container
Returns the value of attribute container.
-
- (Object) container_type
Returns the value of attribute container_type.
-
- (Object) position
Returns the value of attribute position.
-
- (Object) position_type
Returns the value of attribute position_type.
Instance Attribute Details
- (Object) container
Returns the value of attribute container
281 282 283 |
# File 'app/cmd_parser.rb', line 281 def container @container end |
- (Object) container_type
Returns the value of attribute container_type
281 282 283 |
# File 'app/cmd_parser.rb', line 281 def container_type @container_type end |
- (Object) position
Returns the value of attribute position
281 282 283 |
# File 'app/cmd_parser.rb', line 281 def position @position end |
- (Object) position_type
Returns the value of attribute position_type
281 282 283 |
# File 'app/cmd_parser.rb', line 281 def position_type @position_type end |