Class: MasterCard::API::Mastercom::HealthCheck
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Mastercom::HealthCheck
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mastercom/healthcheck.rb
Class Method Summary collapse
Class Method Details
.healthCheck(criteria) ⇒ Object
65 66 67 68 69 70 71 72 73 74 |
# File 'lib/mastercard/api/mastercom/healthcheck.rb', line 65 def self.healthCheck(criteria) # #Query objects of type HealthCheck by id and optional criteria #@param [Dict] criteria #@return [HealthCheck] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("6e01fa71-5229-410a-aabd-9d11f5860adb",HealthCheck.new(criteria)) end |