Class: Nuncium::WebServices::DbSearch::DataBoxCreditInfo

Inherits:
Request
  • Object
show all
Defined in:
lib/nuncium/web_services/db_search/data_box_credit_info.rb

Constant Summary collapse

ATTRS =
%i[dbID ciFromDate ciTodate].freeze

Instance Method Summary collapse

Methods inherited from Request

#api_url, #response_wrapper, #xml_url

Methods inherited from Request

#api_url, call, #call, #call_reponse_wrapper, #default_headers, #envelope_namespaces, #full_url, #initialize, #response_wrapper, #to_xml, #values, #xml_url

Constructor Details

This class inherits a constructor from Nuncium::Request

Instance Method Details

#body(xml) ⇒ Object



9
10
11
12
13
# File 'lib/nuncium/web_services/db_search/data_box_credit_info.rb', line 9

def body(xml)
  xml[:v20].DataBoxCreditInfo do
    values(xml)
  end
end