Module: Regolith

Defined in:
lib/regolith/version.rb,
lib/regolith.rb,
lib/regolith/cli.rb,
lib/regolith/service_client.rb,
lib/regolith/regolith_record.rb,
lib/regolith/regolith_association.rb

Overview

lib/regolith/regolith_association.rb

Defined Under Namespace

Classes: CLI, Configuration, RegolithAssociation, RegolithRecord, ServiceClient

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.configurationObject



20
21
22
# File 'lib/regolith.rb', line 20

def configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



16
17
18
# File 'lib/regolith.rb', line 16

def configure
  yield(configuration)
end

.service_registryObject



24
25
26
# File 'lib/regolith.rb', line 24

def service_registry
  @service_registry ||= load_service_registry
end