class USNO::Imagery::Venus
Public Class Methods
new(options = {})
click to toggle source
Calls superclass method
USNO::Imagery::View::new
# File lib/usno/imagery/venus.rb, line 4 def initialize(options = {}) if options[:radar] options[:resource] = "imagery/venus-radar.png" end super end