Class: VerifyAddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifyAddSecondChanceItemRequestType

Constant Summary collapse

@@schema_type =
"VerifyAddSecondChanceItemRequestType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["detailLevel", ["DetailLevelCodeType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DetailLevel")]],
["errorLanguage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorLanguage")]],
["messageID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageID")]],
["version", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Version")]],
["errorHandling", ["ErrorHandlingCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ErrorHandling")]],
["invocationID", ["UUIDType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]],
["recipientBidderUserID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RecipientBidderUserID")]],
["buyItNowPrice", ["AmountType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BuyItNowPrice")]],
["copyEmailToSeller", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CopyEmailToSeller")]],
["duration", ["SecondChanceOfferDurationCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Duration")]],
["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]],
["site", ["SiteCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Site")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil) ⇒ VerifyAddSecondChanceItemRequestType

Returns a new instance of VerifyAddSecondChanceItemRequestType.



11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
# File 'lib/eBay.rb', line 11309

def initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, recipientBidderUserID = nil, buyItNowPrice = nil, copyEmailToSeller = nil, duration = nil, itemID = nil, site = nil)
  @detailLevel = detailLevel
  @errorLanguage = errorLanguage
  @messageID = messageID
  @version = version
  @errorHandling = errorHandling
  @invocationID = invocationID
  @__xmlele_any = nil
  @recipientBidderUserID = recipientBidderUserID
  @buyItNowPrice = buyItNowPrice
  @copyEmailToSeller = copyEmailToSeller
  @duration = duration
  @itemID = itemID
  @site = site
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



11297
11298
11299
# File 'lib/eBay.rb', line 11297

def __xmlele_any
  @__xmlele_any
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



11299
11300
11301
# File 'lib/eBay.rb', line 11299

def buyItNowPrice
  @buyItNowPrice
end

#copyEmailToSellerObject

Returns the value of attribute copyEmailToSeller.



11300
11301
11302
# File 'lib/eBay.rb', line 11300

def copyEmailToSeller
  @copyEmailToSeller
end

#detailLevelObject

Returns the value of attribute detailLevel.



11291
11292
11293
# File 'lib/eBay.rb', line 11291

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



11301
11302
11303
# File 'lib/eBay.rb', line 11301

def duration
  @duration
end

#errorHandlingObject

Returns the value of attribute errorHandling.



11295
11296
11297
# File 'lib/eBay.rb', line 11295

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



11292
11293
11294
# File 'lib/eBay.rb', line 11292

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



11296
11297
11298
# File 'lib/eBay.rb', line 11296

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



11302
11303
11304
# File 'lib/eBay.rb', line 11302

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



11293
11294
11295
# File 'lib/eBay.rb', line 11293

def messageID
  @messageID
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



11298
11299
11300
# File 'lib/eBay.rb', line 11298

def recipientBidderUserID
  @recipientBidderUserID
end

#siteObject

Returns the value of attribute site.



11303
11304
11305
# File 'lib/eBay.rb', line 11303

def site
  @site
end

#versionObject

Returns the value of attribute version.



11294
11295
11296
# File 'lib/eBay.rb', line 11294

def version
  @version
end

Instance Method Details

#set_any(elements) ⇒ Object



11305
11306
11307
# File 'lib/eBay.rb', line 11305

def set_any(elements)
  @__xmlele_any = elements
end