Class: SetPictureManagerDetailsRequestType
- Inherits:
-
Object
- Object
- SetPictureManagerDetailsRequestType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSetPictureManagerDetailsRequestType
Constant Summary collapse
- @@schema_type =
"SetPictureManagerDetailsRequestType"- @@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")]], ["pictureManagerDetails", ["PictureManagerDetailsType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureManagerDetails")]], ["action", ["PictureManagerActionCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Action")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#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.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#pictureManagerDetails ⇒ Object
Returns the value of attribute pictureManagerDetails.
-
#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, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType
constructor
A new instance of SetPictureManagerDetailsRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, pictureManagerDetails = nil, action = nil) ⇒ SetPictureManagerDetailsRequestType
12717 12718 12719 12720 12721 12722 12723 12724 12725 12726 12727 12728 |
# File 'lib/eBay.rb', line 12717 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, errorHandling = nil, invocationID = nil, warningLevel = nil, pictureManagerDetails = nil, action = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage = @version = version @errorHandling = errorHandling @invocationID = invocationID @warningLevel = warningLevel @__xmlele_any = nil @pictureManagerDetails = pictureManagerDetails @action = action end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
12709 12710 12711 |
# File 'lib/eBay.rb', line 12709 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
12711 12712 12713 |
# File 'lib/eBay.rb', line 12711 def action @action end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
12702 12703 12704 |
# File 'lib/eBay.rb', line 12702 def detailLevel @detailLevel end |
#errorHandling ⇒ Object
Returns the value of attribute errorHandling.
12706 12707 12708 |
# File 'lib/eBay.rb', line 12706 def errorHandling @errorHandling end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
12703 12704 12705 |
# File 'lib/eBay.rb', line 12703 def errorLanguage @errorLanguage end |
#invocationID ⇒ Object
Returns the value of attribute invocationID.
12707 12708 12709 |
# File 'lib/eBay.rb', line 12707 def invocationID @invocationID end |
#messageID ⇒ Object
Returns the value of attribute messageID.
12704 12705 12706 |
# File 'lib/eBay.rb', line 12704 def end |
#pictureManagerDetails ⇒ Object
Returns the value of attribute pictureManagerDetails.
12710 12711 12712 |
# File 'lib/eBay.rb', line 12710 def pictureManagerDetails @pictureManagerDetails end |
#version ⇒ Object
Returns the value of attribute version.
12705 12706 12707 |
# File 'lib/eBay.rb', line 12705 def version @version end |
#warningLevel ⇒ Object
Returns the value of attribute warningLevel.
12708 12709 12710 |
# File 'lib/eBay.rb', line 12708 def warningLevel @warningLevel end |
Instance Method Details
#set_any(elements) ⇒ Object
12713 12714 12715 |
# File 'lib/eBay.rb', line 12713 def set_any(elements) @__xmlele_any = elements end |