Exception: Ondotori::WebAPI::Api::Errors::HttpAccessError
- Defined in:
- lib/ondotori/webapi/api/errors.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(message, detail, code = nil) ⇒ HttpAccessError
constructor
A new instance of HttpAccessError.
Constructor Details
#initialize(message, detail, code = nil) ⇒ HttpAccessError
Returns a new instance of HttpAccessError.
32 33 34 35 |
# File 'lib/ondotori/webapi/api/errors.rb', line 32 def initialize(, detail, code = nil) super , code @detail = detail end |
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail.
30 31 32 |
# File 'lib/ondotori/webapi/api/errors.rb', line 30 def detail @detail end |