Module: TimeScales::Frame::PartComponents::HasMonthOfQuarter

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

#month_of_quarterObject (readonly) Also known as: month

Returns the value of attribute month_of_quarter.



191
192
193
# File 'lib/time_scales/frame/part_components.rb', line 191

def month_of_quarter
  @month_of_quarter
end

Class Method Details

.included(other) ⇒ Object



187
188
189
# File 'lib/time_scales/frame/part_components.rb', line 187

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