Class: PieceShape::Transform
- Inherits:
-
Struct
- Object
- Struct
- PieceShape::Transform
- Defined in:
- lib/software_challenge_client/piece_shape.rb
Instance Attribute Summary collapse
-
#coords ⇒ Object
Returns the value of attribute coords.
-
#f ⇒ Object
Returns the value of attribute f.
-
#r ⇒ Object
Returns the value of attribute r.
Instance Attribute Details
#coords ⇒ Object
Returns the value of attribute coords
60 61 62 |
# File 'lib/software_challenge_client/piece_shape.rb', line 60 def coords @coords end |
#f ⇒ Object
Returns the value of attribute f
60 61 62 |
# File 'lib/software_challenge_client/piece_shape.rb', line 60 def f @f end |
#r ⇒ Object
Returns the value of attribute r
60 61 62 |
# File 'lib/software_challenge_client/piece_shape.rb', line 60 def r @r end |