class USNO::Imagery::Earth::Sun

Public Class Methods

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