Class: RbSnake::Models::Snake::RenderedBodyElem
- Inherits:
-
Struct
- Object
- Struct
- RbSnake::Models::Snake::RenderedBodyElem
- Defined in:
- lib/rb_snake/models/snake.rb
Instance Attribute Summary collapse
-
#elem ⇒ Object
Returns the value of attribute elem.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#elem ⇒ Object
Returns the value of attribute elem
9 10 11 |
# File 'lib/rb_snake/models/snake.rb', line 9 def elem @elem end |
#position ⇒ Object
Returns the value of attribute position
9 10 11 |
# File 'lib/rb_snake/models/snake.rb', line 9 def position @position end |