Class: EBay::SellerProfilePreferencesType
- Inherits:
-
Object
- Object
- EBay::SellerProfilePreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerProfilePreferencesType
sellerProfileOptedIn - SOAP::SOAPBoolean
supportedSellerProfiles - EBay::SupportedSellerProfilesType
Instance Attribute Summary collapse
-
#sellerProfileOptedIn ⇒ Object
Returns the value of attribute sellerProfileOptedIn.
-
#supportedSellerProfiles ⇒ Object
Returns the value of attribute supportedSellerProfiles.
Instance Method Summary collapse
-
#initialize(sellerProfileOptedIn = nil, supportedSellerProfiles = nil) ⇒ SellerProfilePreferencesType
constructor
A new instance of SellerProfilePreferencesType.
Constructor Details
#initialize(sellerProfileOptedIn = nil, supportedSellerProfiles = nil) ⇒ SellerProfilePreferencesType
Returns a new instance of SellerProfilePreferencesType.
31205 31206 31207 31208 |
# File 'lib/eBay.rb', line 31205 def initialize(sellerProfileOptedIn = nil, supportedSellerProfiles = nil) @sellerProfileOptedIn = sellerProfileOptedIn @supportedSellerProfiles = supportedSellerProfiles end |
Instance Attribute Details
#sellerProfileOptedIn ⇒ Object
Returns the value of attribute sellerProfileOptedIn.
31202 31203 31204 |
# File 'lib/eBay.rb', line 31202 def sellerProfileOptedIn @sellerProfileOptedIn end |
#supportedSellerProfiles ⇒ Object
Returns the value of attribute supportedSellerProfiles.
31203 31204 31205 |
# File 'lib/eBay.rb', line 31203 def supportedSellerProfiles @supportedSellerProfiles end |