Class: EBay::PurchaseReminderEmailPreferencesType
- Inherits:
-
Object
- Object
- EBay::PurchaseReminderEmailPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPurchaseReminderEmailPreferencesType
purchaseReminderEmailPreferences - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#purchaseReminderEmailPreferences ⇒ Object
Returns the value of attribute purchaseReminderEmailPreferences.
Instance Method Summary collapse
-
#initialize(purchaseReminderEmailPreferences = nil) ⇒ PurchaseReminderEmailPreferencesType
constructor
A new instance of PurchaseReminderEmailPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(purchaseReminderEmailPreferences = nil) ⇒ PurchaseReminderEmailPreferencesType
Returns a new instance of PurchaseReminderEmailPreferencesType.
29787 29788 29789 29790 |
# File 'lib/eBay.rb', line 29787 def initialize(purchaseReminderEmailPreferences = nil) @purchaseReminderEmailPreferences = purchaseReminderEmailPreferences @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29781 29782 29783 |
# File 'lib/eBay.rb', line 29781 def __xmlele_any @__xmlele_any end |
#purchaseReminderEmailPreferences ⇒ Object
Returns the value of attribute purchaseReminderEmailPreferences.
29780 29781 29782 |
# File 'lib/eBay.rb', line 29780 def purchaseReminderEmailPreferences @purchaseReminderEmailPreferences end |
Instance Method Details
#set_any(elements) ⇒ Object
29783 29784 29785 |
# File 'lib/eBay.rb', line 29783 def set_any(elements) @__xmlele_any = elements end |