Class: MasterCard::API::SpendingPulse::Parameters
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::SpendingPulse::Parameters
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/spendingpulse/parameters.rb
Class Method Summary collapse
Class Method Details
.query(criteria) ⇒ Object
65 66 67 68 69 70 71 72 73 74 |
# File 'lib/mastercard/api/spendingpulse/parameters.rb', line 65 def self.query(criteria) # #Query objects of type Parameters by id and optional criteria #@param [Dict] criteria #@return [Parameters] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("651e7bf0-54a7-4be8-982f-a4e1fe3194de",Parameters.new(criteria)) end |