Class: EVSS::Dependents::RetrieveInfoResponse
- Inherits:
-
Response
- Object
- Common::Base
- Response
- EVSS::Dependents::RetrieveInfoResponse
- Defined in:
- lib/evss/dependents/retrieve_info_response.rb
Overview
Model for the retrieve endpoint response. Body (response_body) is passed straight through from the service.
Constant Summary
Constants included from Common::Client::Concerns::ServiceStatus
Common::Client::Concerns::ServiceStatus::RESPONSE_STATUS
Instance Attribute Summary collapse
-
#response_body ⇒ Hash
Response_body.
Attributes inherited from Common::Base
Method Summary
Methods inherited from Response
#cache?, #initialize, #metadata, #ok?, #response_status
Methods inherited from Common::Base
#changed, #changed?, #changes, default_sort, filterable_attributes, #initialize, max_per_page, per_page, sortable_attributes
Constructor Details
This class inherits a constructor from EVSS::Response
Instance Attribute Details
#response_body ⇒ Hash
Returns response_body.
11 12 13 |
# File 'lib/evss/dependents/retrieve_info_response.rb', line 11 class RetrieveInfoResponse < EVSS::Response attribute :response_body, Hash end |