Class: USNO::Imagery::Earth::Set

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

Instance Method Summary collapse

Methods included from Call

#call, included

Constructor Details

#initialize(options = {}) ⇒ Set

Returns a new instance of Set.



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

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