Class: EBay::UnpaidItemAssistancePreferencesType
- Inherits:
-
Object
- Object
- EBay::UnpaidItemAssistancePreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUnpaidItemAssistancePreferencesType
delayBeforeOpeningDispute - SOAP::SOAPInt
optInStatus - SOAP::SOAPBoolean
autoRelist - SOAP::SOAPBoolean
removeAllExcludedUsers - SOAP::SOAPBoolean
excludedUser - SOAP::SOAPString
autoOptDonationRefund - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#autoOptDonationRefund ⇒ Object
Returns the value of attribute autoOptDonationRefund.
-
#autoRelist ⇒ Object
Returns the value of attribute autoRelist.
-
#delayBeforeOpeningDispute ⇒ Object
Returns the value of attribute delayBeforeOpeningDispute.
-
#excludedUser ⇒ Object
Returns the value of attribute excludedUser.
-
#optInStatus ⇒ Object
Returns the value of attribute optInStatus.
-
#removeAllExcludedUsers ⇒ Object
Returns the value of attribute removeAllExcludedUsers.
Instance Method Summary collapse
-
#initialize(delayBeforeOpeningDispute = nil, optInStatus = nil, autoRelist = nil, removeAllExcludedUsers = nil, excludedUser = [], autoOptDonationRefund = nil) ⇒ UnpaidItemAssistancePreferencesType
constructor
A new instance of UnpaidItemAssistancePreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(delayBeforeOpeningDispute = nil, optInStatus = nil, autoRelist = nil, removeAllExcludedUsers = nil, excludedUser = [], autoOptDonationRefund = nil) ⇒ UnpaidItemAssistancePreferencesType
Returns a new instance of UnpaidItemAssistancePreferencesType.
34905 34906 34907 34908 34909 34910 34911 34912 34913 |
# File 'lib/eBay.rb', line 34905 def initialize(delayBeforeOpeningDispute = nil, optInStatus = nil, autoRelist = nil, removeAllExcludedUsers = nil, excludedUser = [], autoOptDonationRefund = nil) @delayBeforeOpeningDispute = delayBeforeOpeningDispute @optInStatus = optInStatus @autoRelist = autoRelist @removeAllExcludedUsers = removeAllExcludedUsers @excludedUser = excludedUser @autoOptDonationRefund = autoOptDonationRefund @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34899 34900 34901 |
# File 'lib/eBay.rb', line 34899 def __xmlele_any @__xmlele_any end |
#autoOptDonationRefund ⇒ Object
Returns the value of attribute autoOptDonationRefund.
34898 34899 34900 |
# File 'lib/eBay.rb', line 34898 def autoOptDonationRefund @autoOptDonationRefund end |
#autoRelist ⇒ Object
Returns the value of attribute autoRelist.
34895 34896 34897 |
# File 'lib/eBay.rb', line 34895 def autoRelist @autoRelist end |
#delayBeforeOpeningDispute ⇒ Object
Returns the value of attribute delayBeforeOpeningDispute.
34893 34894 34895 |
# File 'lib/eBay.rb', line 34893 def delayBeforeOpeningDispute @delayBeforeOpeningDispute end |
#excludedUser ⇒ Object
Returns the value of attribute excludedUser.
34897 34898 34899 |
# File 'lib/eBay.rb', line 34897 def excludedUser @excludedUser end |
#optInStatus ⇒ Object
Returns the value of attribute optInStatus.
34894 34895 34896 |
# File 'lib/eBay.rb', line 34894 def optInStatus @optInStatus end |
#removeAllExcludedUsers ⇒ Object
Returns the value of attribute removeAllExcludedUsers.
34896 34897 34898 |
# File 'lib/eBay.rb', line 34896 def removeAllExcludedUsers @removeAllExcludedUsers end |
Instance Method Details
#set_any(elements) ⇒ Object
34901 34902 34903 |
# File 'lib/eBay.rb', line 34901 def set_any(elements) @__xmlele_any = elements end |