Module: OrbDef

Defined in:
lib/orb_def.rb,
lib/orb_def/engine.rb,
lib/orb_def/version.rb,
app/models/orb_def/fire.rb,
app/jobs/orb_def/application_job.rb,
app/models/orb_def/detection_type.rb,
app/models/orb_def/weather_reading.rb,
app/models/orb_def/weather_station.rb,
app/models/orb_def/application_record.rb,
app/helpers/orb_def/application_helper.rb,
app/mailers/orb_def/application_mailer.rb,
app/services/orb_def/fire_weather_data.rb,
app/services/orb_def/nasa/firms_client.rb,
app/services/orb_def/nasa/firms_import.rb,
app/controllers/orb_def/application_controller.rb,
app/serializers/orb_def/api/v1/fire_serializer.rb,
app/controllers/orb_def/api/v1/fires_controller.rb,
lib/generators/orb_def/install/install_generator.rb,
app/controllers/orb_def/api/v1/weather_readings_controller.rb,
app/services/orb_def/open_weather_api/weather_by_coordinates.rb

Defined Under Namespace

Modules: ApplicationHelper, Generators, Nasa, OpenWeatherApi Classes: ApplicationController, ApplicationJob, ApplicationMailer, ApplicationRecord, DetectionType, Engine, Fire, FireWeatherData, WeatherReading, WeatherStation

Constant Summary collapse

VERSION =
'0.1.0'

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

this function maps the vars from your app into your engine

Yields:

  • (_self)

Yield Parameters:

  • _self (OrbDef)

    the object that the method was called on



13
14
15
# File 'lib/orb_def.rb', line 13

def self.setup(&block)
  yield self
end