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.
18 19 20 21 |
# File 'lib/filebound_client.rb', line 18 def initialize(, result) super() @result = result end |
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result.
17 18 19 |
# File 'lib/filebound_client.rb', line 17 def result @result end |