Class: BAUpdateRequestType
- Inherits:
-
Object
- Object
- BAUpdateRequestType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:api:PayPalAPIBAUpdateRequestType
Constant Summary collapse
- @@schema_type =
"BAUpdateRequestType"
- @@schema_ns =
"urn:ebay:api:PayPalAPI"
- @@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")]], ["mpID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "MpID")]], ["custom", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Custom")]], ["desc", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:api:PayPalAPI", "Desc")]], ["mpStatus", ["MerchantPullStatusCodeType", XSD::QName.new("urn:ebay:api:PayPalAPI", "MpStatus")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#custom ⇒ Object
Returns the value of attribute custom.
-
#desc ⇒ Object
Returns the value of attribute desc.
-
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
-
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
-
#mpID ⇒ Object
Returns the value of attribute mpID.
-
#mpStatus ⇒ Object
Returns the value of attribute mpStatus.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, mpID = nil, custom = nil, desc = nil, mpStatus = nil) ⇒ BAUpdateRequestType
constructor
A new instance of BAUpdateRequestType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(detailLevel = [], errorLanguage = nil, messageID = nil, version = nil, mpID = nil, custom = nil, desc = nil, mpStatus = nil) ⇒ BAUpdateRequestType
Returns a new instance of BAUpdateRequestType.
727 728 729 730 731 732 733 734 735 736 737 |
# File 'lib/v_paypal/default.rb', line 727 def initialize(detailLevel = [], errorLanguage = nil, = nil, version = nil, mpID = nil, custom = nil, desc = nil, mpStatus = nil) @detailLevel = detailLevel @errorLanguage = errorLanguage @messageID = @version = version @__xmlele_any = nil @mpID = mpID @custom = custom @desc = desc @mpStatus = mpStatus end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
717 718 719 |
# File 'lib/v_paypal/default.rb', line 717 def __xmlele_any @__xmlele_any end |
#custom ⇒ Object
Returns the value of attribute custom.
719 720 721 |
# File 'lib/v_paypal/default.rb', line 719 def custom @custom end |
#desc ⇒ Object
Returns the value of attribute desc.
720 721 722 |
# File 'lib/v_paypal/default.rb', line 720 def desc @desc end |
#detailLevel ⇒ Object
Returns the value of attribute detailLevel.
713 714 715 |
# File 'lib/v_paypal/default.rb', line 713 def detailLevel @detailLevel end |
#errorLanguage ⇒ Object
Returns the value of attribute errorLanguage.
714 715 716 |
# File 'lib/v_paypal/default.rb', line 714 def errorLanguage @errorLanguage end |
#messageID ⇒ Object
Returns the value of attribute messageID.
715 716 717 |
# File 'lib/v_paypal/default.rb', line 715 def @messageID end |
#mpID ⇒ Object
Returns the value of attribute mpID.
718 719 720 |
# File 'lib/v_paypal/default.rb', line 718 def mpID @mpID end |
#mpStatus ⇒ Object
Returns the value of attribute mpStatus.
721 722 723 |
# File 'lib/v_paypal/default.rb', line 721 def mpStatus @mpStatus end |
#version ⇒ Object
Returns the value of attribute version.
716 717 718 |
# File 'lib/v_paypal/default.rb', line 716 def version @version end |
Instance Method Details
#set_any(elements) ⇒ Object
723 724 725 |
# File 'lib/v_paypal/default.rb', line 723 def set_any(elements) @__xmlele_any = elements end |