Class: USNO::Imagery::Earth::Moon

Inherits:
EarthView
  • Object
show all
Includes:
CallWithTime
Defined in:
lib/usno/imagery/earth/moon.rb

Instance Method Summary collapse

Methods included from CallWithTime

#call, included

Constructor Details

#initialize(options = {}) ⇒ Moon

Returns a new instance of Moon.



9
10
11
12
13
# File 'lib/usno/imagery/earth/moon.rb', line 9

def initialize(options = {})
  options = {
    view: "moon"
  }.merge(options) and super
end