Class: RespondToWantItNowPostRequestType
- Inherits:
-
Object
- Object
- RespondToWantItNowPostRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRespondToWantItNowPostRequestType
Constant Summary collapse
- @@schema_type =
"RespondToWantItNowPostRequestType"
- @@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")]], ["postID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PostID")]] ]
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.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#postID ⇒ Object
Returns the value of attribute postID.
-
#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, postID = nil) ⇒ RespondToWantItNowPostRequestType
constructor
A new instance of RespondToWantItNowPostRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, postID = nil) ⇒ RespondToWantItNowPostRequestType
Returns a new instance of RespondToWantItNowPostRequestType.
11643 11644 11645 11646 11647 11648 11649 11650 11651 11652 11653 11654 |
# File 'lib/eBay.rb', line 11643 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, itemID = nil, postID = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @itemID = itemID @postID = postID end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
11635 11636 11637 |
# File 'lib/eBay.rb', line 11635 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
11628 11629 11630 |
# File 'lib/eBay.rb', line 11628 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
11632 11633 11634 |
# File 'lib/eBay.rb', line 11632 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
11629 11630 11631 |
# File 'lib/eBay.rb', line 11629 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
11633 11634 11635 |
# File 'lib/eBay.rb', line 11633 def invocationID @invocationID end |
#itemID ⇒ Object
Returns the value of attribute itemID.
11636 11637 11638 |
# File 'lib/eBay.rb', line 11636 def itemID @itemID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
11630 11631 11632 |
# File 'lib/eBay.rb', line 11630 def @messageID end |
#postID ⇒ Object
Returns the value of attribute postID.
11637 11638 11639 |
# File 'lib/eBay.rb', line 11637 def postID @postID end |
#version ⇒ Object
Returns the value of attribute version.
11631 11632 11633 |
# File 'lib/eBay.rb', line 11631 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
11634 11635 11636 |
# File 'lib/eBay.rb', line 11634 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
11639 11640 11641 |
# File 'lib/eBay.rb', line 11639 def set_any(elements) @__xmlele_any = elements end |