Class: MasterCard::API::PersonalizedLoyaltyOffers::UserFeedback
- Inherits:
-
Core::Model::BaseObject
- Object
- Core::Model::BaseObject
- MasterCard::API::PersonalizedLoyaltyOffers::UserFeedback
- Includes:
- Core::Model
- Defined in:
- lib/mastercard/api/personalizedloyaltyoffers/userfeedback.rb
Class Method Summary collapse
Class Method Details
.userFeedback(mapObj) ⇒ Object
60 61 62 63 64 65 66 67 68 |
# File 'lib/mastercard/api/personalizedloyaltyoffers/userfeedback.rb', line 60 def self.userFeedback(mapObj) # #Creates object of type UserFeedback # #@param Dict mapObj, containing the required parameters to create a new object #@return [UserFeedback] of the response of created instance. #@raise [APIException] an exception from the response status return self.execute("da3bd94a-c324-49a5-b5ce-9c4ec1a711ca", UserFeedback.new(mapObj)) end |