Class: USNO::Imagery::Earth::Sun

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

Instance Method Summary collapse

Methods included from CallWithTime

#call, included

Constructor Details

#initialize(options = {}) ⇒ Sun

Returns a new instance of Sun.



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

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