Class: MasterCard::API::SpendingPulse::GasWeekly
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::SpendingPulse::GasWeekly
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/spendingpulse/gasweekly.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/gasweekly.rb', line 63 def self.query(criteria) # #Query objects of type GasWeekly by id and optional criteria #@param type criteria #@return GasWeekly object representing the response. # return self.execute("0de91fcb-8cde-4a68-890f-909481c52d06",GasWeekly.new(criteria)) end |