Class: EVSS::Dependents::RetrieveInfoResponse

Inherits:
Response show all
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

Attributes inherited from Common::Base

#errors_hash, #metadata

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_bodyHash

Returns response_body.

Returns:

  • (Hash)

    response_body



11
12
13
# File 'lib/evss/dependents/retrieve_info_response.rb', line 11

class RetrieveInfoResponse < EVSS::Response
  attribute :response_body, Hash
end