Class: USNO::Imagery::Earth::Rise

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

Instance Method Summary collapse

Methods included from Call

#call, included

Constructor Details

#initialize(options = {}) ⇒ Rise

Returns a new instance of Rise.



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

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