Class: GetAttributesXSLResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsGetAttributesXSLResponseType

Constant Summary collapse

@@schema_type =
"GetAttributesXSLResponseType"
@@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")]],
  ["eIASToken", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EIASToken")]],
  ["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")]],
  ["xSLFile", ["XSLFileType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "XSLFile")]]
]

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, xSLFile = []) ⇒ GetAttributesXSLResponseType

Returns a new instance of GetAttributesXSLResponseType.



2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
# File 'lib/eBay.rb', line 2583

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, xSLFile = [])
  @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
  @__xmlele_any = nil
  @xSLFile = xSLFile
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



2576
2577
2578
# File 'lib/eBay.rb', line 2576

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



2564
2565
2566
# File 'lib/eBay.rb', line 2564

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



2569
2570
2571
# File 'lib/eBay.rb', line 2569

def build
  @build
end

#correlationIDObject

Returns the value of attribute correlationID.



2565
2566
2567
# File 'lib/eBay.rb', line 2565

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



2571
2572
2573
# File 'lib/eBay.rb', line 2571

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



2573
2574
2575
# File 'lib/eBay.rb', line 2573

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



2566
2567
2568
# File 'lib/eBay.rb', line 2566

def errors
  @errors
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



2575
2576
2577
# File 'lib/eBay.rb', line 2575

def hardExpirationWarning
  @hardExpirationWarning
end

#messageObject

Returns the value of attribute message.



2567
2568
2569
# File 'lib/eBay.rb', line 2567

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



2570
2571
2572
# File 'lib/eBay.rb', line 2570

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



2574
2575
2576
# File 'lib/eBay.rb', line 2574

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



2572
2573
2574
# File 'lib/eBay.rb', line 2572

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



2563
2564
2565
# File 'lib/eBay.rb', line 2563

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



2568
2569
2570
# File 'lib/eBay.rb', line 2568

def version
  @version
end

#xSLFileObject

Returns the value of attribute xSLFile.



2577
2578
2579
# File 'lib/eBay.rb', line 2577

def xSLFile
  @xSLFile
end

Instance Method Details

#set_any(elements) ⇒ Object



2579
2580
2581
# File 'lib/eBay.rb', line 2579

def set_any(elements)
  @__xmlele_any = elements
end