Class: Wareki::Year
- Inherits:
-
Struct
- Object
- Struct
- Wareki::Year
- Defined in:
- lib/wareki/calendar_def.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#leap_month ⇒ Object
Returns the value of attribute leap_month.
-
#month_days ⇒ Object
Returns the value of attribute month_days.
-
#month_starts ⇒ Object
Returns the value of attribute month_starts.
-
#start ⇒ Object
Returns the value of attribute start.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def end @end end |
#leap_month ⇒ Object
Returns the value of attribute leap_month
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def leap_month @leap_month end |
#month_days ⇒ Object
Returns the value of attribute month_days
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def month_days @month_days end |
#month_starts ⇒ Object
Returns the value of attribute month_starts
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def month_starts @month_starts end |
#start ⇒ Object
Returns the value of attribute start
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def start @start end |
#year ⇒ Object
Returns the value of attribute year
3 4 5 |
# File 'lib/wareki/calendar_def.rb', line 3 def year @year end |