Class: Wary::Status::Failure

Inherits:
Base
  • Object
show all
Defined in:
lib/wary/status.rb

Instance Attribute Summary

Attributes inherited from Base

#message

Instance Method Summary collapse

Methods inherited from Base

#==, #initialize

Constructor Details

This class inherits a constructor from Wary::Status::Base

Instance Method Details

#to_symObject



32
33
34
# File 'lib/wary/status.rb', line 32

def to_sym
  :failure
end