Class: EBay::SellerPaymentProfileType
- Inherits:
-
Object
- Object
- EBay::SellerPaymentProfileType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerPaymentProfileType
paymentProfileID - SOAP::SOAPLong
paymentProfileName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#paymentProfileID ⇒ Object
Returns the value of attribute paymentProfileID.
-
#paymentProfileName ⇒ Object
Returns the value of attribute paymentProfileName.
Instance Method Summary collapse
-
#initialize(paymentProfileID = nil, paymentProfileName = nil) ⇒ SellerPaymentProfileType
constructor
A new instance of SellerPaymentProfileType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(paymentProfileID = nil, paymentProfileName = nil) ⇒ SellerPaymentProfileType
Returns a new instance of SellerPaymentProfileType.
31136 31137 31138 31139 31140 |
# File 'lib/eBay.rb', line 31136 def initialize(paymentProfileID = nil, paymentProfileName = nil) @paymentProfileID = paymentProfileID @paymentProfileName = paymentProfileName @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31130 31131 31132 |
# File 'lib/eBay.rb', line 31130 def __xmlele_any @__xmlele_any end |
#paymentProfileID ⇒ Object
Returns the value of attribute paymentProfileID.
31128 31129 31130 |
# File 'lib/eBay.rb', line 31128 def paymentProfileID @paymentProfileID end |
#paymentProfileName ⇒ Object
Returns the value of attribute paymentProfileName.
31129 31130 31131 |
# File 'lib/eBay.rb', line 31129 def paymentProfileName @paymentProfileName end |
Instance Method Details
#set_any(elements) ⇒ Object
31132 31133 31134 |
# File 'lib/eBay.rb', line 31132 def set_any(elements) @__xmlele_any = elements end |