Class: ReviseLiveAuctionItemResponseType

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

Overview

urn:ebay:apis:eBLBaseComponentsReviseLiveAuctionItemResponseType

Constant Summary collapse

@@schema_type =
"ReviseLiveAuctionItemResponseType"
@@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")]],
  ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
  ["fees", ["FeesType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Fees")]],
  ["categoryID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CategoryID")]],
  ["category2ID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Category2ID")]]
]

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, itemID = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ ReviseLiveAuctionItemResponseType

Returns a new instance of ReviseLiveAuctionItemResponseType.



10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
# File 'lib/eBay.rb', line 10811

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, itemID = nil, fees = nil, categoryID = nil, category2ID = 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
  @itemID = itemID
  @fees = fees
  @categoryID = categoryID
  @category2ID = category2ID
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



10801
10802
10803
# File 'lib/eBay.rb', line 10801

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



10790
10791
10792
# File 'lib/eBay.rb', line 10790

def ack
  @ack
end

#buildObject

Returns the value of attribute build.



10795
10796
10797
# File 'lib/eBay.rb', line 10795

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



10805
10806
10807
# File 'lib/eBay.rb', line 10805

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



10804
10805
10806
# File 'lib/eBay.rb', line 10804

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



10791
10792
10793
# File 'lib/eBay.rb', line 10791

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



10797
10798
10799
# File 'lib/eBay.rb', line 10797

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#errorsObject

Returns the value of attribute errors.



10792
10793
10794
# File 'lib/eBay.rb', line 10792

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



10803
10804
10805
# File 'lib/eBay.rb', line 10803

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



10800
10801
10802
# File 'lib/eBay.rb', line 10800

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



10802
10803
10804
# File 'lib/eBay.rb', line 10802

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



10793
10794
10795
# File 'lib/eBay.rb', line 10793

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



10796
10797
10798
# File 'lib/eBay.rb', line 10796

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



10799
10800
10801
# File 'lib/eBay.rb', line 10799

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



10798
10799
10800
# File 'lib/eBay.rb', line 10798

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



10789
10790
10791
# File 'lib/eBay.rb', line 10789

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



10794
10795
10796
# File 'lib/eBay.rb', line 10794

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



10807
10808
10809
# File 'lib/eBay.rb', line 10807

def set_any(elements)
  @__xmlele_any = elements
end