Class: Wareki::Year

Inherits:
Struct
  • Object
show all
Defined in:
lib/wareki/calendar_def.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def end
  @end
end

#leap_monthObject

Returns the value of attribute leap_month

Returns:

  • (Object)

    the current value of leap_month



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def leap_month
  @leap_month
end

#month_daysObject

Returns the value of attribute month_days

Returns:

  • (Object)

    the current value of month_days



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def month_days
  @month_days
end

#month_startsObject

Returns the value of attribute month_starts

Returns:

  • (Object)

    the current value of month_starts



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def month_starts
  @month_starts
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def start
  @start
end

#yearObject

Returns the value of attribute year

Returns:

  • (Object)

    the current value of year



3
4
5
# File 'lib/wareki/calendar_def.rb', line 3

def year
  @year
end