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
64 65 66 67 68 69 70 71 72 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 64 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("28703581-cbfa-43ae-bd89-a43510476b1e", CaseFiling.new(mapObj)) end |
.retrieveDocumentation(criteria) ⇒ Object
85 86 87 88 89 90 91 92 93 94 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 85 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("e563c80d-797a-4c2f-baca-df3ab033552f",CaseFiling.new(criteria)) end |
Instance Method Details
#caseFilingImageStatus ⇒ Object
98 99 100 101 102 103 104 105 106 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 98 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("8205ca6f-f0ad-49e5-b17c-8809febed719",self) end |
#caseFilingStatus ⇒ Object
115 116 117 118 119 120 121 122 123 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 115 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("5c6334af-ac31-4320-b68f-ea435f71bb44",self) end |
#update ⇒ Object
132 133 134 135 136 137 138 139 140 |
# File 'lib/mastercard/api/mastercom/casefiling.rb', line 132 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("e6d6043f-fdfe-4729-8e24-d397aab61b3c",self) end |