class TimeScales::Parts::MinuteOfHourClass
Public Instance Methods
&(time)
click to toggle source
# File lib/time_scales/parts.rb, line 233 def &(time) time.min end
component_mixin()
click to toggle source
# File lib/time_scales/parts.rb, line 230 def component_mixin ; Frame::PartComponents::HasMinuteOfHour ; end
default_for_unit?()
click to toggle source
# File lib/time_scales/parts.rb, line 229 def default_for_unit? ; true ; end
scheme_scoped_precision_mixin()
click to toggle source
# File lib/time_scales/parts.rb, line 231 def scheme_scoped_precision_mixin ; Frame::Precisions::HasMinuteOfSchemePrecision ; end
scope()
click to toggle source
# File lib/time_scales/parts.rb, line 228 def scope ; Units::Hour ; end
subdivision()
click to toggle source
# File lib/time_scales/parts.rb, line 227 def subdivision ; Units::Minute ; end
symbol()
click to toggle source
# File lib/time_scales/parts.rb, line 226 def symbol ; :minute_of_hour ; end