Exception: NextcallerClient::HttpException
- Inherits:
-
StandardError
- Object
- StandardError
- NextcallerClient::HttpException
- Defined in:
- lib/nextcaller_client/exceptions.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ HttpException
constructor
A new instance of HttpException.
Constructor Details
#initialize(content) ⇒ HttpException
Returns a new instance of HttpException.
7 8 9 |
# File 'lib/nextcaller_client/exceptions.rb', line 7 def initialize(content) @content = content end |
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content.
5 6 7 |
# File 'lib/nextcaller_client/exceptions.rb', line 5 def content @content end |