Class: GetMyeBayRemindersResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
buyingReminders - RemindersType
sellingReminders - RemindersType

Instance Attribute Summary collapse

Instance Method Summary collapse

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, buyingReminders = nil, sellingReminders = nil) ⇒ GetMyeBayRemindersResponseType

Returns a new instance of GetMyeBayRemindersResponseType.



10701
10702
10703
10704
10705
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/eBay.rb', line 10701

def 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, buyingReminders = nil, sellingReminders = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__xmlele_any = nil
  @buyingReminders = buyingReminders
  @sellingReminders = sellingReminders
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10693
10694
10695
# File 'lib/eBay.rb', line 10693

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10680
10681
10682
# File 'lib/eBay.rb', line 10680

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



10692
10693
10694
# File 'lib/eBay.rb', line 10692

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



10685
10686
10687
# File 'lib/eBay.rb', line 10685

def build
  @build
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



10694
10695
10696
# File 'lib/eBay.rb', line 10694

def buyingReminders
  @buyingReminders
end

#correlationIDObject

Returns the value of attribute correlationID.



10681
10682
10683
# File 'lib/eBay.rb', line 10681

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10687
10688
10689
# File 'lib/eBay.rb', line 10687

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



10689
10690
10691
# File 'lib/eBay.rb', line 10689

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



10682
10683
10684
# File 'lib/eBay.rb', line 10682

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10691
10692
10693
# File 'lib/eBay.rb', line 10691

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



10683
10684
10685
# File 'lib/eBay.rb', line 10683

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10686
10687
10688
# File 'lib/eBay.rb', line 10686

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10690
10691
10692
# File 'lib/eBay.rb', line 10690

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10688
10689
10690
# File 'lib/eBay.rb', line 10688

def recipientUserID
  @recipientUserID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



10695
10696
10697
# File 'lib/eBay.rb', line 10695

def sellingReminders
  @sellingReminders
end

#timestampObject

Returns the value of attribute timestamp.



10679
10680
10681
# File 'lib/eBay.rb', line 10679

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10684
10685
10686
# File 'lib/eBay.rb', line 10684

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10697
10698
10699
# File 'lib/eBay.rb', line 10697

def set_any(elements)
  @__xmlele_any = elements
end