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