Class: GetUserResponseType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsGetUserResponseType

Constant Summary collapse

@@schema_type =
"GetUserResponseType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["timestamp", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Timestamp")]],
  ["ack", ["AckCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Ack")]],
  ["correlationID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CorrelationID")]],
  ["errors", ["ErrorType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Errors")]],
  ["message", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Message")]],
  ["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
  ["build", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Build")]],
  ["notificationEventName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationEventName")]],
  ["duplicateInvocationDetails", ["DuplicateInvocationDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DuplicateInvocationDetails")]],
  ["recipientUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientUserID")]],
  ["notificationSignature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationSignature")]],
  ["hardExpirationWarning", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "HardExpirationWarning")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
  ["user", ["UserType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "User")]]
]

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, notificationSignature = nil, hardExpirationWarning = nil, user = nil) ⇒ GetUserResponseType

Returns a new instance of GetUserResponseType.



8821
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
# File 'lib/eBay.rb', line 8821

def initialize(timestamp = nil, ack = nil, correlationID = nil, errors = [], message = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, notificationSignature = nil, hardExpirationWarning = nil, user = nil)
  @timestamp = timestamp
  @ack = ack
  @correlationID = correlationID
  @errors = errors
  @message = message
  @version = version
  @build = build
  @notificationEventName = notificationEventName
  @duplicateInvocationDetails = duplicateInvocationDetails
  @recipientUserID = recipientUserID
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @__xmlele_any = nil
  @user = user
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



8814
8815
8816
# File 'lib/eBay.rb', line 8814

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



8803
8804
8805
# File 'lib/eBay.rb', line 8803

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



8808
8809
8810
# File 'lib/eBay.rb', line 8808

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



8804
8805
8806
# File 'lib/eBay.rb', line 8804

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



8810
8811
8812
# File 'lib/eBay.rb', line 8810

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



8805
8806
8807
# File 'lib/eBay.rb', line 8805

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



8813
8814
8815
# File 'lib/eBay.rb', line 8813

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



8806
8807
8808
# File 'lib/eBay.rb', line 8806

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



8809
8810
8811
# File 'lib/eBay.rb', line 8809

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



8812
8813
8814
# File 'lib/eBay.rb', line 8812

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



8811
8812
8813
# File 'lib/eBay.rb', line 8811

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



8802
8803
8804
# File 'lib/eBay.rb', line 8802

def timestamp
  @timestamp
end

#userObject

Returns the value of attribute user.



8815
8816
8817
# File 'lib/eBay.rb', line 8815

def user
  @user
end

#versionObject

Returns the value of attribute version.



8807
8808
8809
# File 'lib/eBay.rb', line 8807

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



8817
8818
8819
# File 'lib/eBay.rb', line 8817

def set_any(elements)
  @__xmlele_any = elements
end