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