Class: GetItemRequestType
- Inherits:
-
Object
- Object
- GetItemRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetItemRequestType
Constant Summary collapse
- @@schema_type =
"GetItemRequestType"
- @@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")]], ["itemID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ItemID")]], ["includeExpressRequirements", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeExpressRequirements")]], ["includeWatchCount", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeWatchCount")]], ["includeCrossPromotion", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "IncludeCrossPromotion")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#includeCrossPromotion ⇒ Object
Returns the value of attribute includeCrossPromotion.
-
#includeExpressRequirements ⇒ Object
Returns the value of attribute includeExpressRequirements.
-
#includeWatchCount ⇒ Object
Returns the value of attribute includeWatchCount.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
-
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, includeExpressRequirements = nil, includeWatchCount = nil, includeCrossPromotion = nil) ⇒ GetItemRequestType
constructor
A new instance of GetItemRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, includeExpressRequirements = nil, includeWatchCount = nil, includeCrossPromotion = nil) ⇒ GetItemRequestType
Returns a new instance of GetItemRequestType.
4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 |
# File 'lib/eBay.rb', line 4652 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, includeExpressRequirements = nil, includeWatchCount = nil, includeCrossPromotion = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @includeExpressRequirements = includeExpressRequirements @includeWatchCount = includeWatchCount @includeCrossPromotion = includeCrossPromotion end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
4642 4643 4644 |
# File 'lib/eBay.rb', line 4642 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
4635 4636 4637 |
# File 'lib/eBay.rb', line 4635 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
4639 4640 4641 |
# File 'lib/eBay.rb', line 4639 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
4636 4637 4638 |
# File 'lib/eBay.rb', line 4636 def errorLanguage @errorLanguage end |
#includeCrossPromotion ⇒ Object
Returns the value of attribute includeCrossPromotion.
4646 4647 4648 |
# File 'lib/eBay.rb', line 4646 def includeCrossPromotion @includeCrossPromotion end |
#includeExpressRequirements ⇒ Object
Returns the value of attribute includeExpressRequirements.
4644 4645 4646 |
# File 'lib/eBay.rb', line 4644 def includeExpressRequirements @includeExpressRequirements end |
#includeWatchCount ⇒ Object
Returns the value of attribute includeWatchCount.
4645 4646 4647 |
# File 'lib/eBay.rb', line 4645 def includeWatchCount @includeWatchCount end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
4640 4641 4642 |
# File 'lib/eBay.rb', line 4640 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
4643 4644 4645 |
# File 'lib/eBay.rb', line 4643 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
4637 4638 4639 |
# File 'lib/eBay.rb', line 4637 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
4638 4639 4640 |
# File 'lib/eBay.rb', line 4638 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
4641 4642 4643 |
# File 'lib/eBay.rb', line 4641 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
4648 4649 4650 |
# File 'lib/eBay.rb', line 4648 def set_any(elements) @__xmlele_any = elements end |