class Zakuro::Senmyou::Cycle::SolarTerm
SolarTerm
二十四節気
Constants
- SOLAR_TERM_AVERAGE
@return [Remainder] 気策(24分の1年)
Public Class Methods
new(index: -1, remainder: Remainder.new)
click to toggle source
初期化
@param [Integer] index 連番 @param [Remainder] remainder 時刻情報(大余小余)
Calls superclass method
Zakuro::Calculation::Cycle::AbstractSolarTerm::new
# File lib/zakuro/version/senmyou/cycle/solar_term.rb, line 28 def initialize(index: -1, remainder: Remainder.new) super(index: index, remainder: remainder, average: SOLAR_TERM_AVERAGE) end