Class: ShellDataReportingApIs::FleetmanagementV1TransactionExceptions404ErrorException
- Inherits:
-
APIException
- Object
- CoreLibrary::ApiException
- APIException
- ShellDataReportingApIs::FleetmanagementV1TransactionExceptions404ErrorException
- Defined in:
- lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions404_error_exception.rb
Overview
Fleetmanagement V1 Transaction Exceptions 404 Error class.
Instance Attribute Summary collapse
-
#fault ⇒ Fault
TODO: Write general description for this method.
Instance Method Summary collapse
-
#initialize(reason, response) ⇒ FleetmanagementV1TransactionExceptions404ErrorException
constructor
The constructor.
-
#unbox(hash) ⇒ Object
Populates this object by extracting properties from a hash.
Constructor Details
#initialize(reason, response) ⇒ FleetmanagementV1TransactionExceptions404ErrorException
The constructor.
19 20 21 22 23 |
# File 'lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions404_error_exception.rb', line 19 def initialize(reason, response) super(reason, response) hash = APIHelper.json_deserialize(@response.raw_body) unbox(hash) end |
Instance Attribute Details
#fault ⇒ Fault
TODO: Write general description for this method
14 15 16 |
# File 'lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions404_error_exception.rb', line 14 def fault @fault end |
Instance Method Details
#unbox(hash) ⇒ Object
Populates this object by extracting properties from a hash. response body.
28 29 30 |
# File 'lib/shell_data_reporting_ap_is/exceptions/fleetmanagement_v1_transaction_exceptions404_error_exception.rb', line 28 def unbox(hash) @fault = Fault.from_hash(hash['fault']) if hash['fault'] end |