Class: GetUserContactDetailsResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsResponseType

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
userID - SOAP::SOAPString
contactAddress - AddressType
registrationDate - SOAP::SOAPDateTime

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, userID = nil, contactAddress = nil, registrationDate = nil) ⇒ GetUserContactDetailsResponseType

Returns a new instance of GetUserContactDetailsResponseType.



12985
12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
12996
12997
12998
12999
13000
13001
13002
13003
13004
# File 'lib/eBay.rb', line 12985

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, userID = nil, contactAddress = nil, registrationDate = 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
  @userID = userID
  @contactAddress = contactAddress
  @registrationDate = registrationDate
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



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

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



12963
12964
12965
# File 'lib/eBay.rb', line 12963

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



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

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



12968
12969
12970
# File 'lib/eBay.rb', line 12968

def build
  @build
end

#contactAddressObject

Returns the value of attribute contactAddress.



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

def contactAddress
  @contactAddress
end

#correlationIDObject

Returns the value of attribute correlationID.



12964
12965
12966
# File 'lib/eBay.rb', line 12964

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



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

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



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

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



12965
12966
12967
# File 'lib/eBay.rb', line 12965

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



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

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



12966
12967
12968
# File 'lib/eBay.rb', line 12966

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



12969
12970
12971
# File 'lib/eBay.rb', line 12969

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



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

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



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

def recipientUserID
  @recipientUserID
end

#registrationDateObject

Returns the value of attribute registrationDate.



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

def registrationDate
  @registrationDate
end

#timestampObject

Returns the value of attribute timestamp.



12962
12963
12964
# File 'lib/eBay.rb', line 12962

def timestamp
  @timestamp
end

#userIDObject

Returns the value of attribute userID.



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

def userID
  @userID
end

#versionObject

Returns the value of attribute version.



12967
12968
12969
# File 'lib/eBay.rb', line 12967

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



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

def set_any(elements)
  @__xmlele_any = elements
end