Class: Success
- Inherits:
-
ServiceResult
- Object
- ServiceResult
- Success
- Defined in:
- lib/success.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from ServiceResult
Instance Method Summary collapse
Methods inherited from ServiceResult
Constructor Details
This class inherits a constructor from ServiceResult
Instance Method Details
#success? ⇒ Boolean
6 7 8 |
# File 'lib/success.rb', line 6 def success? true end |