class Rzman::Zmanim

Attributes

midday[RW]
midday_name[RW]
minha_gedolah[RW]
minha_gedolah_name[RW]
nightfall[RW]
nightfall_name[RW]
plag_haminha[RW]
plag_haminha_name[RW]
sunrise[RW]
sunrise_name[RW]
sunset[RW]

Public Class Methods

shabbat_time() click to toggle source
# File lib/rzman/zmanim.rb, line 12
def self.shabbat_time
  Rzman::Scraper.scrape_shabbat_times
  puts " "
  puts "Shabbat times courtesy of MyJewishLearning.com.".colorize(:yellow)
  puts "Shabbat Shalom!".colorize(:yellow)
end
zmanim_today() click to toggle source
# File lib/rzman/zmanim.rb, line 5
def self.zmanim_today
  Rzman::Scraper.scrape_zmanim_today
  puts " "
  puts "Zmanim courtesy of MyZmanim.com".colorize(:yellow)
  puts "Happy davening!".colorize(:yellow)
end