Class: EBay::GetUserContactDetailsResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::GetUserContactDetailsResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetUserContactDetailsResponseType
- 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
userID - SOAP::SOAPString
contactAddress - EBay::AddressType
registrationDate - SOAP::SOAPDateTime
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.
-
#contactAddress ⇒ Object
Returns the value of attribute contactAddress.
-
#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.
-
#registrationDate ⇒ Object
Returns the value of attribute registrationDate.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#userID ⇒ Object
Returns the value of attribute userID.
-
#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, userID = nil, contactAddress = nil, registrationDate = nil) ⇒ GetUserContactDetailsResponseType
constructor
A new instance of GetUserContactDetailsResponseType.
- #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, userID = nil, contactAddress = nil, registrationDate = nil) ⇒ GetUserContactDetailsResponseType
Returns a new instance of GetUserContactDetailsResponseType.
15725 15726 15727 15728 15729 15730 15731 15732 15733 15734 15735 15736 15737 15738 15739 15740 15741 15742 15743 15744 15745 |
# File 'lib/eBay.rb', line 15725 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, userID = nil, contactAddress = nil, registrationDate = 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 @userID = userID @contactAddress = contactAddress @registrationDate = registrationDate end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15716 15717 15718 |
# File 'lib/eBay.rb', line 15716 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
15702 15703 15704 |
# File 'lib/eBay.rb', line 15702 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
15714 15715 15716 |
# File 'lib/eBay.rb', line 15714 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
15707 15708 15709 |
# File 'lib/eBay.rb', line 15707 def build @build end |
#contactAddress ⇒ Object
Returns the value of attribute contactAddress.
15718 15719 15720 |
# File 'lib/eBay.rb', line 15718 def contactAddress @contactAddress end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
15703 15704 15705 |
# File 'lib/eBay.rb', line 15703 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
15709 15710 15711 |
# File 'lib/eBay.rb', line 15709 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
15711 15712 15713 |
# File 'lib/eBay.rb', line 15711 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
15704 15705 15706 |
# File 'lib/eBay.rb', line 15704 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
15715 15716 15717 |
# File 'lib/eBay.rb', line 15715 def externalUserData @externalUserData end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
15713 15714 15715 |
# File 'lib/eBay.rb', line 15713 def hardExpirationWarning @hardExpirationWarning end |
#message ⇒ Object
Returns the value of attribute message.
15705 15706 15707 |
# File 'lib/eBay.rb', line 15705 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
15708 15709 15710 |
# File 'lib/eBay.rb', line 15708 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
15712 15713 15714 |
# File 'lib/eBay.rb', line 15712 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
15710 15711 15712 |
# File 'lib/eBay.rb', line 15710 def recipientUserID @recipientUserID end |
#registrationDate ⇒ Object
Returns the value of attribute registrationDate.
15719 15720 15721 |
# File 'lib/eBay.rb', line 15719 def registrationDate @registrationDate end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
15701 15702 15703 |
# File 'lib/eBay.rb', line 15701 def @timestamp end |
#userID ⇒ Object
Returns the value of attribute userID.
15717 15718 15719 |
# File 'lib/eBay.rb', line 15717 def userID @userID end |
#version ⇒ Object
Returns the value of attribute version.
15706 15707 15708 |
# File 'lib/eBay.rb', line 15706 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
15721 15722 15723 |
# File 'lib/eBay.rb', line 15721 def set_any(elements) @__xmlele_any = elements end |