class CycloneLariat::Errors::ClientError
Attributes
details[W]
message[W]
Public Instance Methods
==(other)
click to toggle source
# File lib/cyclone_lariat/errors.rb, line 19 def ==(other) other.is_a?(LunaPark::Errors::Business) && other.message == message && other.details == details end