Module: Timeliness

Extended by:
Forwardable
Defined in:
lib/timeliness.rb,
lib/timeliness/format.rb,
lib/timeliness/parser.rb,
lib/timeliness/helpers.rb,
lib/timeliness/version.rb,
lib/timeliness/core_ext.rb,
lib/timeliness/format_set.rb,
lib/timeliness/definitions.rb,
lib/timeliness/threadsafe_attr.rb

Defined Under Namespace

Modules: CoreExt, Definitions, Helpers, Parser, ThreadsafeAttr Classes: Format, FormatSet

Constant Summary collapse

VERSION =
'0.4.0'

Class Attribute Summary collapse

Class Attribute Details

.ambiguous_year_thresholdObject

Returns the value of attribute ambiguous_year_threshold.



17
18
19
# File 'lib/timeliness.rb', line 17

def ambiguous_year_threshold
  @ambiguous_year_threshold
end

.date_for_time_typeObject

Returns the value of attribute date_for_time_type.



17
18
19
# File 'lib/timeliness.rb', line 17

def date_for_time_type
  @date_for_time_type
end

.default_timezoneObject

Returns the value of attribute default_timezone.



17
18
19
# File 'lib/timeliness.rb', line 17

def default_timezone
  @default_timezone
end