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.



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

def initialize(message, result)
  super(message)
  @result = result
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



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

def result
  @result
end