Class: USNO::Imagery::Venus

Inherits:
View
  • Object
show all
Defined in:
lib/usno/imagery/venus.rb

Instance Method Summary collapse

Methods inherited from View

#call

Constructor Details

#initialize(options = {}) ⇒ Venus

Returns a new instance of Venus.



4
5
6
7
8
9
10
# File 'lib/usno/imagery/venus.rb', line 4

def initialize(options = {})
  if options[:radar]
    options[:resource] = "imagery/venus-radar.png"
  end

  super
end