Class: PieceShape::Transform

Inherits:
Struct
  • Object
show all
Defined in:
lib/software_challenge_client/piece_shape.rb

Instance Attribute Summary collapse

Instance Attribute Details

#coordsObject

Returns the value of attribute coords

Returns:

  • (Object)

    the current value of coords



60
61
62
# File 'lib/software_challenge_client/piece_shape.rb', line 60

def coords
  @coords
end

#fObject

Returns the value of attribute f

Returns:

  • (Object)

    the current value of f



60
61
62
# File 'lib/software_challenge_client/piece_shape.rb', line 60

def f
  @f
end

#rObject

Returns the value of attribute r

Returns:

  • (Object)

    the current value of r



60
61
62
# File 'lib/software_challenge_client/piece_shape.rb', line 60

def r
  @r
end