Class: EBay::GetMyeBayRemindersResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetMyeBayRemindersResponseType

timestamp - SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
message - 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
buyingReminders - EBay::RemindersType
sellingReminders - EBay::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, 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(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)
  @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
  @externalUserData = externalUserData
  @__xmlele_any = nil
  @buyingReminders = buyingReminders
  @sellingReminders = sellingReminders
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



12986
12987
12988
# File 'lib/eBay.rb', line 12986

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12972
12973
12974
# File 'lib/eBay.rb', line 12972

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



12984
12985
12986
# File 'lib/eBay.rb', line 12984

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12977
12978
12979
# File 'lib/eBay.rb', line 12977

def build
  @build
end

#buyingRemindersObject

Returns the value of attribute buyingReminders.



12987
12988
12989
# File 'lib/eBay.rb', line 12987

def buyingReminders
  @buyingReminders
end

#correlationIDObject

Returns the value of attribute correlationID.



12973
12974
12975
# File 'lib/eBay.rb', line 12973

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



12979
12980
12981
# File 'lib/eBay.rb', line 12979

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



12981
12982
12983
# File 'lib/eBay.rb', line 12981

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12974
12975
12976
# File 'lib/eBay.rb', line 12974

def errors
  @errors
end

#externalUserDataObject

Returns the value of attribute externalUserData.



12985
12986
12987
# File 'lib/eBay.rb', line 12985

def externalUserData
  @externalUserData
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



12983
12984
12985
# File 'lib/eBay.rb', line 12983

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12975
12976
12977
# File 'lib/eBay.rb', line 12975

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12978
12979
12980
# File 'lib/eBay.rb', line 12978

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



12982
12983
12984
# File 'lib/eBay.rb', line 12982

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



12980
12981
12982
# File 'lib/eBay.rb', line 12980

def recipientUserID
  @recipientUserID
end

#sellingRemindersObject

Returns the value of attribute sellingReminders.



12988
12989
12990
# File 'lib/eBay.rb', line 12988

def sellingReminders
  @sellingReminders
end

#timestampObject

Returns the value of attribute timestamp.



12971
12972
12973
# File 'lib/eBay.rb', line 12971

def timestamp
  @timestamp
end

#versionObject

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