Sha256: 97ae6a01727ad87ae285bc41165ad9ed6a4108306c1a06e09c3aa68d9ad92d5f

Contents?: true

Size: 199 Bytes

Versions: 13

Compression:

Stored size: 199 Bytes

Contents

module RestPack::Core::Service
  class Configuration < RestPack::Service::Configuration

  end

  mattr_accessor :config
  @@config = Configuration.new

  def self.setup
    yield @@config
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
restpack_core_service-0.0.14 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.13 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.12 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.11 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.10 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.9 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.8 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.7 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.6 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.5 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.4 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.3 lib/restpack_core_service/configuration.rb
restpack_core_service-0.0.2 lib/restpack_core_service/configuration.rb