class USNO::Imagery::Earth::Rise
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
USNO::Imagery::Earth::EarthView::new
# File lib/usno/imagery/earth/rise.rb, line 9 def initialize(options = {}) options = { view: "rise" }.merge(options) and super end