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