class Movescount::TrackPoint

Attributes

move[RW]

Public Class Methods

new(move, attributes={}) click to toggle source
Calls superclass method
# File lib/movescount/track_point.rb, line 5
def initialize(move, attributes={})
  @move = move
  super attributes
end