Class: EBay::VerifyAddFixedPriceItemResponseType
- Inherits:
-
AbstractResponseType
- Object
- AbstractResponseType
- EBay::VerifyAddFixedPriceItemResponseType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifyAddFixedPriceItemResponseType
- 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)
sKU - (any)
fees - EBay::FeesType
expressListing - SOAP::SOAPBoolean
expressItemRequirements - EBay::ExpressItemRequirementsType
categoryID - SOAP::SOAPString
category2ID - SOAP::SOAPString
discountReason - EBay::DiscountReasonCodeType
listingRecommendations - EBay::ListingRecommendationsType
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.
-
#discountReason ⇒ Object
Returns the value of attribute discountReason.
-
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
-
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
-
#expressListing ⇒ Object
Returns the value of attribute expressListing.
-
#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.
-
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
-
#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.
-
#sKU ⇒ Object
Returns the value of attribute sKU.
-
#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, sKU = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil, discountReason = [], listingRecommendations = nil) ⇒ VerifyAddFixedPriceItemResponseType
constructor
A new instance of VerifyAddFixedPriceItemResponseType.
- #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, sKU = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil, discountReason = [], listingRecommendations = nil) ⇒ VerifyAddFixedPriceItemResponseType
Returns a new instance of VerifyAddFixedPriceItemResponseType.
19270 19271 19272 19273 19274 19275 19276 19277 19278 19279 19280 19281 19282 19283 19284 19285 19286 19287 19288 19289 19290 19291 19292 19293 19294 19295 19296 |
# File 'lib/eBay.rb', line 19270 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, sKU = nil, fees = nil, expressListing = nil, expressItemRequirements = nil, categoryID = nil, category2ID = nil, discountReason = [], listingRecommendations = 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 @sKU = sKU @fees = fees @expressListing = expressListing @expressItemRequirements = expressItemRequirements @categoryID = categoryID @category2ID = category2ID @discountReason = discountReason @listingRecommendations = listingRecommendations end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19255 19256 19257 |
# File 'lib/eBay.rb', line 19255 def __xmlele_any @__xmlele_any end |
#ack ⇒ Object
Returns the value of attribute ack.
19241 19242 19243 |
# File 'lib/eBay.rb', line 19241 def ack @ack end |
#botBlock ⇒ Object
Returns the value of attribute botBlock.
19253 19254 19255 |
# File 'lib/eBay.rb', line 19253 def botBlock @botBlock end |
#build ⇒ Object
Returns the value of attribute build.
19246 19247 19248 |
# File 'lib/eBay.rb', line 19246 def build @build end |
#category2ID ⇒ Object
Returns the value of attribute category2ID.
19262 19263 19264 |
# File 'lib/eBay.rb', line 19262 def category2ID @category2ID end |
#categoryID ⇒ Object
Returns the value of attribute categoryID.
19261 19262 19263 |
# File 'lib/eBay.rb', line 19261 def categoryID @categoryID end |
#correlationID ⇒ Object
Returns the value of attribute correlationID.
19242 19243 19244 |
# File 'lib/eBay.rb', line 19242 def correlationID @correlationID end |
#discountReason ⇒ Object
Returns the value of attribute discountReason.
19263 19264 19265 |
# File 'lib/eBay.rb', line 19263 def discountReason @discountReason end |
#duplicateInvocationDetails ⇒ Object
Returns the value of attribute duplicateInvocationDetails.
19248 19249 19250 |
# File 'lib/eBay.rb', line 19248 def duplicateInvocationDetails @duplicateInvocationDetails end |
#eIASToken ⇒ Object
Returns the value of attribute eIASToken.
19250 19251 19252 |
# File 'lib/eBay.rb', line 19250 def eIASToken @eIASToken end |
#errors ⇒ Object
Returns the value of attribute errors.
19243 19244 19245 |
# File 'lib/eBay.rb', line 19243 def errors @errors end |
#expressItemRequirements ⇒ Object
Returns the value of attribute expressItemRequirements.
19260 19261 19262 |
# File 'lib/eBay.rb', line 19260 def expressItemRequirements @expressItemRequirements end |
#expressListing ⇒ Object
Returns the value of attribute expressListing.
19259 19260 19261 |
# File 'lib/eBay.rb', line 19259 def expressListing @expressListing end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
19254 19255 19256 |
# File 'lib/eBay.rb', line 19254 def externalUserData @externalUserData end |
#fees ⇒ Object
Returns the value of attribute fees.
19258 19259 19260 |
# File 'lib/eBay.rb', line 19258 def fees @fees end |
#hardExpirationWarning ⇒ Object
Returns the value of attribute hardExpirationWarning.
19252 19253 19254 |
# File 'lib/eBay.rb', line 19252 def hardExpirationWarning @hardExpirationWarning end |
#itemID ⇒ Object
Returns the value of attribute itemID.
19256 19257 19258 |
# File 'lib/eBay.rb', line 19256 def itemID @itemID end |
#listingRecommendations ⇒ Object
Returns the value of attribute listingRecommendations.
19264 19265 19266 |
# File 'lib/eBay.rb', line 19264 def listingRecommendations @listingRecommendations end |
#message ⇒ Object
Returns the value of attribute message.
19244 19245 19246 |
# File 'lib/eBay.rb', line 19244 def @message end |
#notificationEventName ⇒ Object
Returns the value of attribute notificationEventName.
19247 19248 19249 |
# File 'lib/eBay.rb', line 19247 def notificationEventName @notificationEventName end |
#notificationSignature ⇒ Object
Returns the value of attribute notificationSignature.
19251 19252 19253 |
# File 'lib/eBay.rb', line 19251 def notificationSignature @notificationSignature end |
#recipientUserID ⇒ Object
Returns the value of attribute recipientUserID.
19249 19250 19251 |
# File 'lib/eBay.rb', line 19249 def recipientUserID @recipientUserID end |
#sKU ⇒ Object
Returns the value of attribute sKU.
19257 19258 19259 |
# File 'lib/eBay.rb', line 19257 def sKU @sKU end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
19240 19241 19242 |
# File 'lib/eBay.rb', line 19240 def @timestamp end |
#version ⇒ Object
Returns the value of attribute version.
19245 19246 19247 |
# File 'lib/eBay.rb', line 19245 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
19266 19267 19268 |
# File 'lib/eBay.rb', line 19266 def set_any(elements) @__xmlele_any = elements end |