Class: Services::Responses::Success
- Defined in:
- lib/services/responses/success.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Services::Responses::Base
Instance Method Details
#success? ⇒ Boolean
4 5 6 |
# File 'lib/services/responses/success.rb', line 4 def success? true end |