Class: MasterCard::API::Mastercom::CaseFiling
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::Mastercom::CaseFiling
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/mastercom/casefiling.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.create(mapObj) ⇒ Object
65 66 67 68 69 70 71 72 73 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 65 def self.create(mapObj) # #Creates object of type CaseFiling # #@param Dict mapObj, containing the required parameters to create a new object #@return [CaseFiling] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("852b65eb-94b4-4715-b24b-7a9dc214c391", CaseFiling.new(mapObj)) end |
.retrieveDocumentation(criteria) ⇒ Object
86 87 88 89 90 91 92 93 94 95 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 86 def self.retrieveDocumentation(criteria) # #Query objects of type CaseFiling by id and optional criteria #@param [Dict] criteria #@return [CaseFiling] object representing the response. #@raise [APIException] an exception from the response status # return self.execute("327a11d5-ed49-4555-a886-e10ceaaf01bb",CaseFiling.new(criteria)) end |
Instance Method Details
#caseFilingImageStatus ⇒ Object
99 100 101 102 103 104 105 106 107 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 99 def caseFilingImageStatus # #Updates an object of type CaseFiling # #@return [CaseFiling] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("8aa5352f-930f-4d7b-83de-af134e04059f",self) end |
#caseFilingStatus ⇒ Object
116 117 118 119 120 121 122 123 124 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 116 def caseFilingStatus # #Updates an object of type CaseFiling # #@return [CaseFiling] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("8650be3f-80f6-482c-b4ca-540edc7fb53e",self) end |
#retrieve ⇒ Object
133 134 135 136 137 138 139 140 141 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 133 def retrieve # #Updates an object of type CaseFiling # #@return [CaseFiling] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("fc603a0d-362b-4845-bfbb-4787d3fde374",self) end |
#update ⇒ Object
150 151 152 153 154 155 156 157 158 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 150 def update # #Updates an object of type CaseFiling # #@return [CaseFiling] object representing the response. #@raise [APIException] an exception from the response status # return self.class.execute("6a72e1ef-1f07-4ef0-9534-aa1e4fe6f433",self) end |