Class: NullPrecipitationInfo

Inherits:
PrecipitationInfo show all
Defined in:
lib/precipitationinfo.rb

Instance Attribute Summary

Attributes inherited from PrecipitationInfo

#chance_of_rainbow, #chance_to_continue, #max_temp, #min_temp, #name, #not_allowed_in

Instance Method Summary collapse

Methods inherited from PrecipitationInfo

create_from_data

Constructor Details

#initializeNullPrecipitationInfo

Returns a new instance of NullPrecipitationInfo.



29
30
31
# File 'lib/precipitationinfo.rb', line 29

def initialize()
  super "No Precipitation"
end