Sha256: 53f73399af3907459fe773a9caa02158aa826d2ebf257a313c9992970a69781d

Contents?: true

Size: 197 Bytes

Versions: 3

Compression:

Stored size: 197 Bytes

Contents

module TomatoHarvest
  class Pomodoro
    attr_accessor :seconds, :finished_at

    def initialize(seconds, finished_at)
      @seconds = seconds
      @finished_at = finished_at
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tomatoharvest-0.1.1 lib/tomatoharvest/pomodoro.rb
tomatoharvest-0.1.0 lib/tomatoharvest/pomodoro.rb
tomatoharvest-0.0.1 lib/tomatoharvest/pomodoro.rb