Class: EBay::SellerProfilesType
- Inherits:
-
Object
- Object
- EBay::SellerProfilesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerProfilesType
sellerShippingProfile - EBay::SellerShippingProfileType
sellerReturnProfile - EBay::SellerReturnProfileType
sellerPaymentProfile - EBay::SellerPaymentProfileType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#sellerPaymentProfile ⇒ Object
Returns the value of attribute sellerPaymentProfile.
-
#sellerReturnProfile ⇒ Object
Returns the value of attribute sellerReturnProfile.
-
#sellerShippingProfile ⇒ Object
Returns the value of attribute sellerShippingProfile.
Instance Method Summary collapse
-
#initialize(sellerShippingProfile = nil, sellerReturnProfile = nil, sellerPaymentProfile = nil) ⇒ SellerProfilesType
constructor
A new instance of SellerProfilesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sellerShippingProfile = nil, sellerReturnProfile = nil, sellerPaymentProfile = nil) ⇒ SellerProfilesType
Returns a new instance of SellerProfilesType.
31225 31226 31227 31228 31229 31230 |
# File 'lib/eBay.rb', line 31225 def initialize(sellerShippingProfile = nil, sellerReturnProfile = nil, sellerPaymentProfile = nil) @sellerShippingProfile = sellerShippingProfile @sellerReturnProfile = sellerReturnProfile @sellerPaymentProfile = sellerPaymentProfile @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31219 31220 31221 |
# File 'lib/eBay.rb', line 31219 def __xmlele_any @__xmlele_any end |
#sellerPaymentProfile ⇒ Object
Returns the value of attribute sellerPaymentProfile.
31218 31219 31220 |
# File 'lib/eBay.rb', line 31218 def sellerPaymentProfile @sellerPaymentProfile end |
#sellerReturnProfile ⇒ Object
Returns the value of attribute sellerReturnProfile.
31217 31218 31219 |
# File 'lib/eBay.rb', line 31217 def sellerReturnProfile @sellerReturnProfile end |
#sellerShippingProfile ⇒ Object
Returns the value of attribute sellerShippingProfile.
31216 31217 31218 |
# File 'lib/eBay.rb', line 31216 def sellerShippingProfile @sellerShippingProfile end |
Instance Method Details
#set_any(elements) ⇒ Object
31221 31222 31223 |
# File 'lib/eBay.rb', line 31221 def set_any(elements) @__xmlele_any = elements end |