Class: USNO::Imagery::Earth::Map
- Includes:
- CallWithTime
- Defined in:
- lib/usno/imagery/earth/map.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Map
constructor
A new instance of Map.
Methods included from CallWithTime
Constructor Details
#initialize(options = {}) ⇒ Map
Returns a new instance of Map.
9 10 11 12 13 |
# File 'lib/usno/imagery/earth/map.rb', line 9 def initialize( = {}) = { view: "full" }.merge() and super end |