Class: AddLiveAuctionItemResponseType

Inherits:
AbstractResponseType show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsAddLiveAuctionItemResponseType

timestamp - SOAP::SOAPDateTime
ack - AckCodeType
correlationID - SOAP::SOAPString
errors - ErrorType
message - SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - BotBlockResponseType
itemID - (any)
fees - FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString

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

Returns a new instance of AddLiveAuctionItemResponseType.



7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
# File 'lib/eBay.rb', line 7626

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, botBlock = 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
  @eIASToken = eIASToken
  @notificationSignature = notificationSignature
  @hardExpirationWarning = hardExpirationWarning
  @botBlock = botBlock
  @__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.



7616
7617
7618
# File 'lib/eBay.rb', line 7616

def __xmlele_any
  @__xmlele_any
end

#ackObject

Returns the value of attribute ack.



7603
7604
7605
# File 'lib/eBay.rb', line 7603

def ack
  @ack
end

#botBlockObject

Returns the value of attribute botBlock.



7615
7616
7617
# File 'lib/eBay.rb', line 7615

def botBlock
  @botBlock
end

#buildObject

Returns the value of attribute build.



7608
7609
7610
# File 'lib/eBay.rb', line 7608

def build
  @build
end

#category2IDObject

Returns the value of attribute category2ID.



7620
7621
7622
# File 'lib/eBay.rb', line 7620

def category2ID
  @category2ID
end

#categoryIDObject

Returns the value of attribute categoryID.



7619
7620
7621
# File 'lib/eBay.rb', line 7619

def categoryID
  @categoryID
end

#correlationIDObject

Returns the value of attribute correlationID.



7604
7605
7606
# File 'lib/eBay.rb', line 7604

def correlationID
  @correlationID
end

#duplicateInvocationDetailsObject

Returns the value of attribute duplicateInvocationDetails.



7610
7611
7612
# File 'lib/eBay.rb', line 7610

def duplicateInvocationDetails
  @duplicateInvocationDetails
end

#eIASTokenObject

Returns the value of attribute eIASToken.



7612
7613
7614
# File 'lib/eBay.rb', line 7612

def eIASToken
  @eIASToken
end

#errorsObject

Returns the value of attribute errors.



7605
7606
7607
# File 'lib/eBay.rb', line 7605

def errors
  @errors
end

#feesObject

Returns the value of attribute fees.



7618
7619
7620
# File 'lib/eBay.rb', line 7618

def fees
  @fees
end

#hardExpirationWarningObject

Returns the value of attribute hardExpirationWarning.



7614
7615
7616
# File 'lib/eBay.rb', line 7614

def hardExpirationWarning
  @hardExpirationWarning
end

#itemIDObject

Returns the value of attribute itemID.



7617
7618
7619
# File 'lib/eBay.rb', line 7617

def itemID
  @itemID
end

#messageObject

Returns the value of attribute message.



7606
7607
7608
# File 'lib/eBay.rb', line 7606

def message
  @message
end

#notificationEventNameObject

Returns the value of attribute notificationEventName.



7609
7610
7611
# File 'lib/eBay.rb', line 7609

def notificationEventName
  @notificationEventName
end

#notificationSignatureObject

Returns the value of attribute notificationSignature.



7613
7614
7615
# File 'lib/eBay.rb', line 7613

def notificationSignature
  @notificationSignature
end

#recipientUserIDObject

Returns the value of attribute recipientUserID.



7611
7612
7613
# File 'lib/eBay.rb', line 7611

def recipientUserID
  @recipientUserID
end

#timestampObject

Returns the value of attribute timestamp.



7602
7603
7604
# File 'lib/eBay.rb', line 7602

def timestamp
  @timestamp
end

#versionObject

Returns the value of attribute version.



7607
7608
7609
# File 'lib/eBay.rb', line 7607

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



7622
7623
7624
# File 'lib/eBay.rb', line 7622

def set_any(elements)
  @__xmlele_any = elements
end