Class: EBay::AddItemFromSellingManagerTemplateResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::AddItemFromSellingManagerTemplateResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsAddItemFromSellingManagerTemplateResponseType
- SOAP::SOAPDateTime
ack - EBay::AckCodeType
correlationID - SOAP::SOAPString
errors - EBay::ErrorType
- SOAP::SOAPString
version - SOAP::SOAPString
build - SOAP::SOAPString
notificationEventName - SOAP::SOAPString
duplicateInvocationDetails - EBay::DuplicateInvocationDetailsType
recipientUserID - SOAP::SOAPString
eIASToken - SOAP::SOAPString
notificationSignature - SOAP::SOAPString
hardExpirationWarning - SOAP::SOAPString
botBlock - EBay::BotBlockResponseType
externalUserData - SOAP::SOAPString
itemID - (any)
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
fees - EBay::FeesType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#ack ⇒ Object
Returns the value of attribute ack.
-
#botBlock ⇒ Object
Returns the value of attribute botBlock.
-
#build ⇒ Object
Returns the value of attribute build.
-
#category2ID ⇒ Object
Returns the value of attribute category2ID.
-
#categoryID ⇒ Object
Returns the value of attribute categoryID.
-
#correlationID ⇒ Object
Returns the value of attribute correlationID.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#fees ⇒ Object
Returns the value of attribute fees.
-
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#message ⇒ Object
Returns the value of attribute message.
-
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
-
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
-
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#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, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ AddItemFromSellingManagerTemplateResponseType
constructor
A new instance of AddItemFromSellingManagerTemplateResponseType.
- #set_any(elements) ⇒ Object
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, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) ⇒ AddItemFromSellingManagerTemplateResponseType
Returns a new instance of AddItemFromSellingManagerTemplateResponseType.
9188 9189 9190 9191 9192 9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 9209 9210 9211 |
# File 'lib/eBay.rb', line 9188 def initialize( = nil, ack = nil, correlationID = nil, errors = [], = nil, version = nil, build = nil, notificationEventName = nil, duplicateInvocationDetails = nil, recipientUserID = nil, eIASToken = nil, notificationSignature = nil, hardExpirationWarning = nil, botBlock = nil, externalUserData = nil, itemID = nil, startTime = nil, endTime = nil, fees = nil, categoryID = nil, category2ID = nil) @timestamp = @ack = ack @correlationID = correlationID @errors = errors @message = @version = version @build = build @notificationEventName = notificationEventName @duplicateInvocationDetails = duplicateInvocationDetails @recipientUserID = recipientUserID @eIASToken = eIASToken @notificationSignature = notificationSignature @hardExpirationWarning = hardExpirationWarning @botBlock = botBlock @externalUserData = externalUserData @__xmlele_any = nil @itemID = itemID @startTime = startTime @endTime = endTime @fees = fees @categoryID = categoryID @category2ID = category2ID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
9176 9177 9178 |
# File 'lib/eBay.rb', line 9176 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
9162 9163 9164 |
# File 'lib/eBay.rb', line 9162 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
9174 9175 9176 |
# File 'lib/eBay.rb', line 9174 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
9167 9168 9169 |
# File 'lib/eBay.rb', line 9167 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
9182 9183 9184 |
# File 'lib/eBay.rb', line 9182 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
9181 9182 9183 |
# File 'lib/eBay.rb', line 9181 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
9163 9164 9165 |
# File 'lib/eBay.rb', line 9163 def correlationID @correlationID end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
9169 9170 9171 |
# File 'lib/eBay.rb', line 9169 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
9171 9172 9173 |
# File 'lib/eBay.rb', line 9171 def eIASToken @eIASToken end |
#endTime ⇒ Object
Returns the value of attribute endTime.
9179 9180 9181 |
# File 'lib/eBay.rb', line 9179 def endTime @endTime end |
#errors ⇒ Object
Returns the value of attribute errors.
9164 9165 9166 |
# File 'lib/eBay.rb', line 9164 def errors @errors end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
9175 9176 9177 |
# File 'lib/eBay.rb', line 9175 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
9180 9181 9182 |
# File 'lib/eBay.rb', line 9180 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
9173 9174 9175 |
# File 'lib/eBay.rb', line 9173 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
9177 9178 9179 |
# File 'lib/eBay.rb', line 9177 def itemID @itemID end |
#message ⇒ Object
Returns the value of attribute message.
9165 9166 9167 |
# File 'lib/eBay.rb', line 9165 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
9168 9169 9170 |
# File 'lib/eBay.rb', line 9168 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
9172 9173 9174 |
# File 'lib/eBay.rb', line 9172 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
9170 9171 9172 |
# File 'lib/eBay.rb', line 9170 def recipientUserID @recipientUserID end |
#startTime ⇒ Object
Returns the value of attribute startTime.
9178 9179 9180 |
# File 'lib/eBay.rb', line 9178 def startTime @startTime end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
9161 9162 9163 |
# File 'lib/eBay.rb', line 9161 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
9166 9167 9168 |
# File 'lib/eBay.rb', line 9166 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
9184 9185 9186 |
# File 'lib/eBay.rb', line 9184 def set_any(elements) @__xmlele_any = elements end |