Class: EBay::IntegratedMerchantCreditCardInfoType
- Inherits:
-
Object
- Object
- EBay::IntegratedMerchantCreditCardInfoType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsIntegratedMerchantCreditCardInfoType
supportedSite - EBay::SiteCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#supportedSite ⇒ Object
Returns the value of attribute supportedSite.
Instance Method Summary collapse
-
#initialize(supportedSite = []) ⇒ IntegratedMerchantCreditCardInfoType
constructor
A new instance of IntegratedMerchantCreditCardInfoType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(supportedSite = []) ⇒ IntegratedMerchantCreditCardInfoType
Returns a new instance of IntegratedMerchantCreditCardInfoType.
25026 25027 25028 25029 |
# File 'lib/eBay.rb', line 25026 def initialize(supportedSite = []) @supportedSite = supportedSite @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25020 25021 25022 |
# File 'lib/eBay.rb', line 25020 def __xmlele_any @__xmlele_any end |
#supportedSite ⇒ Object
Returns the value of attribute supportedSite.
25019 25020 25021 |
# File 'lib/eBay.rb', line 25019 def supportedSite @supportedSite end |
Instance Method Details
#set_any(elements) ⇒ Object
25022 25023 25024 |
# File 'lib/eBay.rb', line 25022 def set_any(elements) @__xmlele_any = elements end |