Exception: FileboundClient::Client::FileboundClientException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/filebound_client.rb

Overview

General client exception class

Instance Attribute Summary collapse

Instance Method Summary collapse

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(message, result)
  super(message)
  @result = result
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



18
19
20
# File 'lib/filebound_client.rb', line 18

def result
  @result
end