Module: JIJI::Dao::TimedData

Included in:
PeriodicallyRate, Rate
Defined in:
lib/jiji/dao/timed_data_dao.rb

Overview

時間を持つデータ

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time.



15
16
17
# File 'lib/jiji/dao/timed_data_dao.rb', line 15

def time
  @time
end

Instance Method Details

#valuesObject



12
13
14
# File 'lib/jiji/dao/timed_data_dao.rb', line 12

def values
  []
end