Module: G5Updatable

Defined in:
lib/g5_updatable.rb,
lib/g5_updatable/engine.rb,
lib/g5_updatable/version.rb,
app/models/g5_updatable/client.rb,
app/models/g5_updatable/location.rb,
app/helpers/g5_updatable/base_updatable_helper.rb,
app/controllers/g5_updatable/base_updatable_controller.rb

Defined Under Namespace

Modules: BaseUpdatableHelper, BelongsToClient, BelongsToLocation, FirstClassProperties, UrnAsParameter Classes: BaseUpdatableController, Client, ClientFeedProcessor, ClientUpdater, Engine, FeedController, InstallGenerator, Location, LocationSerializer, LocationsController, LocationsUpdater, SyncsController

Constant Summary collapse

VERSION =
"0.9.0"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (G5Updatable)

    the object that the method was called on



14
15
16
# File 'lib/g5_updatable/engine.rb', line 14

def self.setup(&block)
  yield self
end