Class: Wikidatum::DataType::Time::HumanizedStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/wikidatum/data_type/time.rb

Instance Attribute Summary collapse

Instance Attribute Details

#calendar_modelObject

Returns the value of attribute calendar_model

Returns:

  • (Object)

    the current value of calendar_model



112
113
114
# File 'lib/wikidatum/data_type/time.rb', line 112

def calendar_model
  @calendar_model
end

#precisionObject

Returns the value of attribute precision

Returns:

  • (Object)

    the current value of precision



112
113
114
# File 'lib/wikidatum/data_type/time.rb', line 112

def precision
  @precision
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



112
113
114
# File 'lib/wikidatum/data_type/time.rb', line 112

def time
  @time
end