Class: JIJI::Dao::BasicTimedData

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiji/dao/timed_data_dao.rb

Instance Attribute Summary collapse

Instance Attribute Details

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



18
19
20
# File 'lib/jiji/dao/timed_data_dao.rb', line 18

def time
  @time
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



18
19
20
# File 'lib/jiji/dao/timed_data_dao.rb', line 18

def values
  @values
end