class MkCalJpl::Calendar
Attributes
day[R]
jd[R]
jd_jst[R]
month[R]
year[R]
Public Class Methods
new(bin_path, jst)
click to toggle source
# File lib/mk_cal_jpl/calendar.rb, line 9 def initialize(bin_path, jst) @bin_path = bin_path @year, @month, @day = jst @jd = gc2jd(@year, @month, @day) @jd_jst = @jd + Const::JST_D @sekki24_tms = Const::SEKKI_24_TM.each_slice(7).to_a @saku_tms = Const::SAKU_TM.each_slice(6).to_a end
Public Instance Methods
alpha()
click to toggle source
holiday()
click to toggle source
holidays()
click to toggle source
kanshi()
click to toggle source
lambda()
click to toggle source
moonage()
click to toggle source
oc()
click to toggle source
sekki_24()
click to toggle source
sekku()
click to toggle source
yobi()
click to toggle source