Class: EBay::GetMyeBayRemindersResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetMyeBayRemindersResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
- EBay::RemindersType
sellingReminders - EBay::RemindersType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersResponseType
constructor
A new instance of GetMyeBayRemindersResponseType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersResponseType
Returns a new instance of GetMyeBayRemindersResponseType.
12994 12995 12996 12997 12998 12999 13000 13001 13002 13003 13004 13005 13006 13007 13008 13009 13010 13011 13012 13013 |
# File 'lib/eBay.rb', line 12994 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, = nil, sellingReminders = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @buyingReminders = @sellingReminders = sellingReminders end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12986 12987 12988 |
# File 'lib/eBay.rb', line 12986 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
12972 12973 12974 |
# File 'lib/eBay.rb', line 12972 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
12984 12985 12986 |
# File 'lib/eBay.rb', line 12984 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
12977 12978 12979 |
# File 'lib/eBay.rb', line 12977 def build @build end |
#buyingReminders ⇒ Object
Returns the value of attribute buyingReminders.
12987 12988 12989 |
# File 'lib/eBay.rb', line 12987 def @buyingReminders end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
12973 12974 12975 |
# File 'lib/eBay.rb', line 12973 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
12979 12980 12981 |
# File 'lib/eBay.rb', line 12979 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
12981 12982 12983 |
# File 'lib/eBay.rb', line 12981 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
12974 12975 12976 |
# File 'lib/eBay.rb', line 12974 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
12985 12986 12987 |
# File 'lib/eBay.rb', line 12985 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
12983 12984 12985 |
# File 'lib/eBay.rb', line 12983 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
12975 12976 12977 |
# File 'lib/eBay.rb', line 12975 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
12978 12979 12980 |
# File 'lib/eBay.rb', line 12978 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
12982 12983 12984 |
# File 'lib/eBay.rb', line 12982 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
12980 12981 12982 |
# File 'lib/eBay.rb', line 12980 def recipientUserID @recipientUserID end |
#sellingReminders ⇒ Object
Returns the value of attribute sellingReminders.
12988 12989 12990 |
# File 'lib/eBay.rb', line 12988 def sellingReminders @sellingReminders end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
12971 12972 12973 |
# File 'lib/eBay.rb', line 12971 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
12976 12977 12978 |
# File 'lib/eBay.rb', line 12976 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
12990 12991 12992 |
# File 'lib/eBay.rb', line 12990 def set_any(elements) @__xmlele_any = elements end |