Exception: Board::Client::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Board::Client::Error
- Defined in:
- lib/board/client.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(response) ⇒ Error
Returns a new instance of Error.
13 14 15 |
# File 'lib/board/client.rb', line 13 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
11 12 13 |
# File 'lib/board/client.rb', line 11 def response @response end |