Class: USNO::Imagery::Earth::Moon
- Includes:
- CallWithTime
- Defined in:
- lib/usno/imagery/earth/moon.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Moon
constructor
A new instance of Moon.
Methods included from CallWithTime
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( = {}) = { view: "moon" }.merge() and super end |