Exception: FileboundClient::Client::FileboundClientException
- Inherits:
-
StandardError
- Object
- StandardError
- FileboundClient::Client::FileboundClientException
- Defined in:
- lib/filebound_client.rb
Overview
General client exception class
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Method Summary collapse
-
#initialize(message, result) ⇒ FileboundClientException
constructor
A new instance of FileboundClientException.
Constructor Details
#initialize(message, result) ⇒ FileboundClientException
Returns a new instance of FileboundClientException.
19 20 21 22 |
# File 'lib/filebound_client.rb', line 19 def initialize(, result) super() @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
18 19 20 |
# File 'lib/filebound_client.rb', line 18 def result @result end |