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