Module: TimeScales::Frame::PartComponents::HasMinuteOfHour

Defined in:
lib/time_scales/frame/part_components.rb

Defined Under Namespace

Modules: ClassMixin

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#minute_of_hourObject (readonly) Also known as: minute

Returns the value of attribute minute_of_hour.



161
162
163
# File 'lib/time_scales/frame/part_components.rb', line 161

def minute_of_hour
  @minute_of_hour
end

Class Method Details

.included(other) ⇒ Object



157
158
159
# File 'lib/time_scales/frame/part_components.rb', line 157

def self.included(other)
  other.extend HasMinuteOfHour::ClassMixin
end