Class: Sekki24::Lunisolar::MonthBuilder::RawMonth

Inherits:
Struct
  • Object
show all
Defined in:
lib/sekki24/lunisolar/month_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateObject

Returns the value of attribute end_date

Returns:

  • (Object)

    the current value of end_date



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def end_date
  @end_date
end

#leapObject

Returns the value of attribute leap

Returns:

  • (Object)

    the current value of leap



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def leap
  @leap
end

#new_moon_timeObject

Returns the value of attribute new_moon_time

Returns:

  • (Object)

    the current value of new_moon_time



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def new_moon_time
  @new_moon_time
end

#numberObject

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def number
  @number
end

#principal_longitudesObject

Returns the value of attribute principal_longitudes

Returns:

  • (Object)

    the current value of principal_longitudes



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def principal_longitudes
  @principal_longitudes
end

#start_dateObject

Returns the value of attribute start_date

Returns:

  • (Object)

    the current value of start_date



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def start_date
  @start_date
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



8
9
10
# File 'lib/sekki24/lunisolar/month_builder.rb', line 8

def year
  @year
end