Class: EBay::SellerProfilePreferencesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsSellerProfilePreferencesType

sellerProfileOptedIn - SOAP::SOAPBoolean
supportedSellerProfiles - EBay::SupportedSellerProfilesType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#sellerProfileOptedInObject

Returns the value of attribute sellerProfileOptedIn.



31202
31203
31204
# File 'lib/eBay.rb', line 31202

def sellerProfileOptedIn
  @sellerProfileOptedIn
end

#supportedSellerProfilesObject

Returns the value of attribute supportedSellerProfiles.



31203
31204
31205
# File 'lib/eBay.rb', line 31203

def supportedSellerProfiles
  @supportedSellerProfiles
end