class TimeScales::Parts::YearOfSchemeClass

Public Instance Methods

&(time) click to toggle source
# File lib/time_scales/parts.rb, line 83
def &(time)
  time.year
end
component_mixin() click to toggle source
# File lib/time_scales/parts.rb, line 80
def component_mixin ; Frame::PartComponents::HasYearOfScheme ; end
default_for_unit?() click to toggle source
# File lib/time_scales/parts.rb, line 79
def default_for_unit? ; true    ; end
scheme_scoped_precision_mixin() click to toggle source
# File lib/time_scales/parts.rb, line 81
def scheme_scoped_precision_mixin ; Frame::Precisions::HasYearOfSchemePrecision ; end
scope() click to toggle source
# File lib/time_scales/parts.rb, line 78
def scope       ; Units::Scheme ; end
subdivision() click to toggle source
# File lib/time_scales/parts.rb, line 77
def subdivision ; Units::Year   ; end
symbol() click to toggle source
# File lib/time_scales/parts.rb, line 76
def symbol ; :year_of_scheme ; end