Class: CycloneLariat::Errors::ClientError
- Inherits:
-
LunaPark::Errors::Business
- Object
- LunaPark::Errors::Business
- CycloneLariat::Errors::ClientError
- Defined in:
- lib/cyclone_lariat/errors.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
writeonly
Sets the attribute details.
-
#message ⇒ Object
writeonly
Sets the attribute message.
Instance Method Summary collapse
Instance Attribute Details
#details=(value) ⇒ Object (writeonly)
Sets the attribute details
13 14 15 |
# File 'lib/cyclone_lariat/errors.rb', line 13 def details=(value) @details = value end |
#message=(value) ⇒ Object (writeonly)
Sets the attribute message
13 14 15 |
# File 'lib/cyclone_lariat/errors.rb', line 13 def (value) @message = value end |
Instance Method Details
#==(other) ⇒ Object
15 16 17 18 19 |
# File 'lib/cyclone_lariat/errors.rb', line 15 def ==(other) other.is_a?(LunaPark::Errors::Business) && other. == && other.details == details end |