Class: GetRuNameResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetRuNameResponseType

Constant Summary collapse

@@schema_type =
"GetRuNameResponseType"
@@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")]],
["ruName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RuName")]]]

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, ruName = nil) ⇒ GetRuNameResponseType

Returns a new instance of GetRuNameResponseType.



6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
6564
6565
# File 'lib/eBay.rb', line 6550

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, ruName = 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
  @ruName = ruName
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



6543
6544
6545
# File 'lib/eBay.rb', line 6543

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



6532
6533
6534
# File 'lib/eBay.rb', line 6532

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



6537
6538
6539
# File 'lib/eBay.rb', line 6537

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



6533
6534
6535
# File 'lib/eBay.rb', line 6533

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



6539
6540
6541
# File 'lib/eBay.rb', line 6539

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



6534
6535
6536
# File 'lib/eBay.rb', line 6534

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



6542
6543
6544
# File 'lib/eBay.rb', line 6542

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



6535
6536
6537
# File 'lib/eBay.rb', line 6535

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



6538
6539
6540
# File 'lib/eBay.rb', line 6538

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



6541
6542
6543
# File 'lib/eBay.rb', line 6541

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



6540
6541
6542
# File 'lib/eBay.rb', line 6540

def recipientUserID
  @recipientUserID
end

#ruNameObject

Returns the value of attribute ruName.



6544
6545
6546
# File 'lib/eBay.rb', line 6544

def ruName
  @ruName
end

#timestampObject

Returns the value of attribute timestamp.



6531
6532
6533
# File 'lib/eBay.rb', line 6531

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



6536
6537
6538
# File 'lib/eBay.rb', line 6536

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



6546
6547
6548
# File 'lib/eBay.rb', line 6546

def set_any(elements)
  @__xmlele_any = elements
end