Class: Sekki24::Lunisolar::MonthBuilder::RawMonth
- Inherits:
-
Struct
- Object
- Struct
- Sekki24::Lunisolar::MonthBuilder::RawMonth
- Defined in:
- lib/sekki24/lunisolar/month_builder.rb
Instance Attribute Summary collapse
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#leap ⇒ Object
Returns the value of attribute leap.
-
#new_moon_time ⇒ Object
Returns the value of attribute new_moon_time.
-
#number ⇒ Object
Returns the value of attribute number.
-
#principal_longitudes ⇒ Object
Returns the value of attribute principal_longitudes.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#year ⇒ Object
Returns the value of attribute year.
Instance Attribute Details
#end_date ⇒ Object
Returns the value of attribute end_date
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def end_date @end_date end |
#leap ⇒ Object
Returns the value of attribute leap
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def leap @leap end |
#new_moon_time ⇒ Object
Returns the value of attribute new_moon_time
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def new_moon_time @new_moon_time end |
#number ⇒ Object
Returns the value of attribute number
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def number @number end |
#principal_longitudes ⇒ Object
Returns the value of attribute principal_longitudes
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def principal_longitudes @principal_longitudes end |
#start_date ⇒ Object
Returns the value of attribute start_date
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def start_date @start_date end |
#year ⇒ Object
Returns the value of attribute year
8 9 10 |
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8 def year @year end |