Class: JIJI::Dao::BasicTimedData
- Inherits:
-
Struct
- Object
- Struct
- JIJI::Dao::BasicTimedData
- Defined in:
- lib/jiji/dao/timed_data_dao.rb
Instance Attribute Summary collapse
-
#time ⇒ Object
Returns the value of attribute time.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#time ⇒ Object
Returns the value of attribute time
18 19 20 |
# File 'lib/jiji/dao/timed_data_dao.rb', line 18 def time @time end |
#values ⇒ Object
Returns the value of attribute values
18 19 20 |
# File 'lib/jiji/dao/timed_data_dao.rb', line 18 def values @values end |