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