Class: AddSecondChanceItemRequestType

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

Overview

urn:ebay:apis:eBLBaseComponentsAddSecondChanceItemRequestType

Constant Summary collapse

@@schema_type =
"AddSecondChanceItemRequestType"
@@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", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "InvocationID")]],
  ["warningLevel", ["WarningLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "WarningLevel")]],
  ["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")]],
  ["sellerMessage", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SellerMessage")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AddSecondChanceItemRequestType.



928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
# File 'lib/eBay.rb', line 928

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



915
916
917
# File 'lib/eBay.rb', line 915

def __xmlele_any
  @__xmlele_any
end

#buyItNowPriceObject

Returns the value of attribute buyItNowPrice.



917
918
919
# File 'lib/eBay.rb', line 917

def buyItNowPrice
  @buyItNowPrice
end

#copyEmailToSellerObject

Returns the value of attribute copyEmailToSeller.



918
919
920
# File 'lib/eBay.rb', line 918

def copyEmailToSeller
  @copyEmailToSeller
end

#detailLevelObject

Returns the value of attribute detailLevel.



908
909
910
# File 'lib/eBay.rb', line 908

def detailLevel
  @detailLevel
end

#durationObject

Returns the value of attribute duration.



919
920
921
# File 'lib/eBay.rb', line 919

def duration
  @duration
end

#errorHandlingObject

Returns the value of attribute errorHandling.



912
913
914
# File 'lib/eBay.rb', line 912

def errorHandling
  @errorHandling
end

#errorLanguageObject

Returns the value of attribute errorLanguage.



909
910
911
# File 'lib/eBay.rb', line 909

def errorLanguage
  @errorLanguage
end

#invocationIDObject

Returns the value of attribute invocationID.



913
914
915
# File 'lib/eBay.rb', line 913

def invocationID
  @invocationID
end

#itemIDObject

Returns the value of attribute itemID.



920
921
922
# File 'lib/eBay.rb', line 920

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



910
911
912
# File 'lib/eBay.rb', line 910

def messageID
  @messageID
end

#recipientBidderUserIDObject

Returns the value of attribute recipientBidderUserID.



916
917
918
# File 'lib/eBay.rb', line 916

def recipientBidderUserID
  @recipientBidderUserID
end

#sellerMessageObject

Returns the value of attribute sellerMessage.



922
923
924
# File 'lib/eBay.rb', line 922

def sellerMessage
  @sellerMessage
end

#siteObject

Returns the value of attribute site.



921
922
923
# File 'lib/eBay.rb', line 921

def site
  @site
end

#versionObject

Returns the value of attribute version.



911
912
913
# File 'lib/eBay.rb', line 911

def version
  @version
end

#warningLevelObject

Returns the value of attribute warningLevel.



914
915
916
# File 'lib/eBay.rb', line 914

def warningLevel
  @warningLevel
end

Instance Method Details

#set_any(elements) ⇒ Object



924
925
926
# File 'lib/eBay.rb', line 924

def set_any(elements)
  @__xmlele_any = elements
end