class Movescount::Sample

Attributes

move[RW]

Public Class Methods

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

Public Instance Methods

LocalTime() click to toggle source
Calls superclass method
# File lib/movescount/sample.rb, line 10
def LocalTime
  @local_time ||= DateTime.parse(super)
end