Class: Wikidatum::DataType::Time::HumanizedStruct
- Inherits:
-
Struct
- Object
- Struct
- Wikidatum::DataType::Time::HumanizedStruct
- Defined in:
- lib/wikidatum/data_type/time.rb
Instance Attribute Summary collapse
-
#calendar_model ⇒ Object
Returns the value of attribute calendar_model.
-
#precision ⇒ Object
Returns the value of attribute precision.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#calendar_model ⇒ Object
Returns the value of attribute calendar_model
112 113 114 |
# File 'lib/wikidatum/data_type/time.rb', line 112 def calendar_model @calendar_model end |
#precision ⇒ Object
Returns the value of attribute precision
112 113 114 |
# File 'lib/wikidatum/data_type/time.rb', line 112 def precision @precision end |
#time ⇒ Object
Returns the value of attribute time
112 113 114 |
# File 'lib/wikidatum/data_type/time.rb', line 112 def time @time end |