Class: MasterCard::API::Spendcontrols::Controlshistory
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Spendcontrols::Controlshistory
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/spendcontrols/controlshistory.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/spendcontrols/controlshistory.rb', line 65 def self.query(criteria) # #Query objects of type Controlshistory by id and optional criteria #@param [Dict] criteria #@return [Controlshistory] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("9813fdff-7a94-4cdf-a49c-f62f86448d3c",Controlshistory.new(criteria)) end |