Module: RmsWebService

Defined in:
lib/rms_web_service.rb,
lib/rms_web_service/client.rb,
lib/rms_web_service/version.rb,
lib/rms_web_service/response.rb,
lib/rms_web_service/client/item.rb,
lib/rms_web_service/configuration.rb,
lib/rms_web_service/response/item/get.rb,
lib/rms_web_service/response/item/error.rb,
lib/rms_web_service/response/item/delete.rb,
lib/rms_web_service/response/item/insert.rb,
lib/rms_web_service/response/item/parser.rb,
lib/rms_web_service/response/item/search.rb,
lib/rms_web_service/response/item/status.rb,
lib/rms_web_service/response/item/update.rb,
lib/rms_web_service/response/item/items_update.rb

Defined Under Namespace

Modules: Client, Response Classes: AuthError, Configuration, ParameterError

Constant Summary collapse

VERSION =
"0.1.5"
@@configuration =
Configuration.new

Class Method Summary collapse

Class Method Details

.configurationObject



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

def configuration
  @@configuration
end

.configure(&block) ⇒ Object



11
12
13
# File 'lib/rms_web_service.rb', line 11

def configure(&block)
  block.call @@configuration if block_given?
end