Class: GetPictureManagerDetailsRequestType
- Inherits:
-
Object
- Object
- GetPictureManagerDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsGetPictureManagerDetailsRequestType
Constant Summary collapse
- @@schema_type =
"GetPictureManagerDetailsRequestType"- @@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")]], ["folderID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FolderID")]], ["pictureURL", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]], ["pictureManagerDetailLevel", ["PictureManagerDetailLevelCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureManagerDetailLevel")]] ]
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.
-
#folderID ⇒ Object
Returns the value of attribute folderID.
-
#invocationID ⇒ Object
Returns the value of attribute invocationID.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#pictureManagerDetailLevel ⇒ Object
Returns the value of attribute pictureManagerDetailLevel.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
-
#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, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType
constructor
A new instance of GetPictureManagerDetailsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) ⇒ GetPictureManagerDetailsRequestType
Returns a new instance of GetPictureManagerDetailsRequestType.
6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 |
# File 'lib/eBay.rb', line 6712 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, folderID = nil, pictureURL = nil, pictureManagerDetailLevel = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @folderID = folderID @pictureURL = pictureURL @pictureManagerDetailLevel = pictureManagerDetailLevel end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
6703 6704 6705 |
# File 'lib/eBay.rb', line 6703 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
6696 6697 6698 |
# File 'lib/eBay.rb', line 6696 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
6700 6701 6702 |
# File 'lib/eBay.rb', line 6700 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
6697 6698 6699 |
# File 'lib/eBay.rb', line 6697 def errorLanguage @errorLanguage end |
#folderID ⇒ Object
Returns the value of attribute folderID.
6704 6705 6706 |
# File 'lib/eBay.rb', line 6704 def folderID @folderID end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
6701 6702 6703 |
# File 'lib/eBay.rb', line 6701 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
6698 6699 6700 |
# File 'lib/eBay.rb', line 6698 def end |
#pictureManagerDetailLevel ⇒ Object
Returns the value of attribute pictureManagerDetailLevel.
6706 6707 6708 |
# File 'lib/eBay.rb', line 6706 def pictureManagerDetailLevel @pictureManagerDetailLevel end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
6705 6706 6707 |
# File 'lib/eBay.rb', line 6705 def pictureURL @pictureURL end |
#version ⇒ Object
Returns the value of attribute version.
6699 6700 6701 |
# File 'lib/eBay.rb', line 6699 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
6702 6703 6704 |
# File 'lib/eBay.rb', line 6702 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
6708 6709 6710 |
# File 'lib/eBay.rb', line 6708 def set_any(elements) @__xmlele_any = elements end |