Module: RestPack::Core::Service
- Defined in:
- lib/restpack_core_service/version.rb,
lib/restpack_core_service/configuration.rb
Defined Under Namespace
Classes: Configuration
Constant Summary collapse
- VERSION =
"0.0.2"- @@config =
Configuration.new
Class Method Summary collapse
Class Method Details
.setup {|@@config| ... } ⇒ Object
9 10 11 |
# File 'lib/restpack_core_service/configuration.rb', line 9 def self.setup yield @@config end |