Module: Services::Responses
- Defined in:
- lib/services/responses/base.rb,
lib/services/responses/error.rb,
lib/services/responses/success.rb,
lib/services/responses/configuration.rb
Defined Under Namespace
Classes: Base, Configuration, Error, Success
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
3 4 5 |
# File 'lib/services/responses/configuration.rb', line 3 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
6 7 8 |
# File 'lib/services/responses/configuration.rb', line 6 def self.configure yield(configuration) end |