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.
25 26 27 28 |
# File 'lib/ondotori/webapi/api/errors.rb', line 25 def initialize(, detail, code = nil) super , code @detail = detail end |
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail.
23 24 25 |
# File 'lib/ondotori/webapi/api/errors.rb', line 23 def detail @detail end |