Class: MasterCard::API::SpendingPulse::SpendingPulseReport
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::SpendingPulse::SpendingPulseReport
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/spendingpulse/spendingpulsereport.rb
Class Method Summary collapse
Class Method Details
.query(criteria) ⇒ Object
63 64 65 66 67 68 69 70 71 |
# File 'lib/mastercard/api/spendingpulse/spendingpulsereport.rb', line 63 def self.query(criteria) # #Query objects of type SpendingPulseReport by id and optional criteria #@param type criteria #@return SpendingPulseReport object representing the response. # return self.execute("5ca0caeb-da4b-4452-bbc8-dbced0cd0810",SpendingPulseReport.new(criteria)) end |