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.



7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
# File 'lib/eBay.rb', line 7957

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.



7950
7951
7952
# File 'lib/eBay.rb', line 7950

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7939
7940
7941
# File 'lib/eBay.rb', line 7939

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



7944
7945
7946
# File 'lib/eBay.rb', line 7944

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



7940
7941
7942
# File 'lib/eBay.rb', line 7940

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7946
7947
7948
# File 'lib/eBay.rb', line 7946

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



7941
7942
7943
# File 'lib/eBay.rb', line 7941

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7949
7950
7951
# File 'lib/eBay.rb', line 7949

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



7942
7943
7944
# File 'lib/eBay.rb', line 7942

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7945
7946
7947
# File 'lib/eBay.rb', line 7945

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7948
7949
7950
# File 'lib/eBay.rb', line 7948

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7947
7948
7949
# File 'lib/eBay.rb', line 7947

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7938
7939
7940
# File 'lib/eBay.rb', line 7938

def timestamp
  @timestamp
end

#userObject

Returns the value of attribute user.



7951
7952
7953
# File 'lib/eBay.rb', line 7951

def user
  @user
end

#versionObject

Returns the value of attribute version.



7943
7944
7945
# File 'lib/eBay.rb', line 7943

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7953
7954
7955
# File 'lib/eBay.rb', line 7953

def set_any(elements)
  @__xmlele_any = elements
end