Module: TimeScales::Frame::PartComponents::HasDayOfMonth

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

#day_of_monthObject (readonly) Also known as: day

Returns the value of attribute day_of_month.



71
72
73
# File 'lib/time_scales/frame/part_components.rb', line 71

def day_of_month
  @day_of_month
end

Class Method Details

.included(other) ⇒ Object



67
68
69
# File 'lib/time_scales/frame/part_components.rb', line 67

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