Class: EBay::PurchaseReminderEmailPreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsPurchaseReminderEmailPreferencesType

purchaseReminderEmailPreferences - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29781
29782
29783
# File 'lib/eBay.rb', line 29781

def __xmlele_any
  @__xmlele_any
end

#purchaseReminderEmailPreferencesObject

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