Class: AbstractRequestType
- Inherits:
-
Object
- Object
- AbstractRequestType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsAbstractRequestType
Constant Summary collapse
- @@schema_type =
"AbstractRequestType"
- @@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")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil) ⇒ AbstractRequestType
constructor
A new instance of AbstractRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil) ⇒ AbstractRequestType
Returns a new instance of AbstractRequestType.
2931 2932 2933 2934 2935 2936 2937 |
# File 'lib/v_paypal/default.rb', line 2931 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
2925 2926 2927 |
# File 'lib/v_paypal/default.rb', line 2925 def __xmlele_any @__xmlele_any end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
2921 2922 2923 |
# File 'lib/v_paypal/default.rb', line 2921 def detailLevel @detailLevel end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
2922 2923 2924 |
# File 'lib/v_paypal/default.rb', line 2922 def errorLanguage @errorLanguage end |
#messageID ⇒ Object
Returns the value of attribute messageID.
2923 2924 2925 |
# File 'lib/v_paypal/default.rb', line 2923 def @messageID end |
#version ⇒ Object
Returns the value of attribute version.
2924 2925 2926 |
# File 'lib/v_paypal/default.rb', line 2924 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
2927 2928 2929 |
# File 'lib/v_paypal/default.rb', line 2927 def set_any(elements) @__xmlele_any = elements end |