Class: EBay::SupportedSellerProfileType

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

Overview

urn:ebay:apis:eBLBaseComponentsSupportedSellerProfileType

profileID - SOAP::SOAPLong
profileType - SOAP::SOAPString
profileName - SOAP::SOAPString
shortSummary - SOAP::SOAPString
categoryGroup - EBay::CategoryGroupType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(profileID = nil, profileType = nil, profileName = nil, shortSummary = nil, categoryGroup = nil) ⇒ SupportedSellerProfileType

Returns a new instance of SupportedSellerProfileType.



34187
34188
34189
34190
34191
34192
34193
# File 'lib/eBay.rb', line 34187

def initialize(profileID = nil, profileType = nil, profileName = nil, shortSummary = nil, categoryGroup = nil)
  @profileID = profileID
  @profileType = profileType
  @profileName = profileName
  @shortSummary = shortSummary
  @categoryGroup = categoryGroup
end

Instance Attribute Details

#categoryGroupObject

Returns the value of attribute categoryGroup.



34185
34186
34187
# File 'lib/eBay.rb', line 34185

def categoryGroup
  @categoryGroup
end

#profileIDObject

Returns the value of attribute profileID.



34181
34182
34183
# File 'lib/eBay.rb', line 34181

def profileID
  @profileID
end

#profileNameObject

Returns the value of attribute profileName.



34183
34184
34185
# File 'lib/eBay.rb', line 34183

def profileName
  @profileName
end

#profileTypeObject

Returns the value of attribute profileType.



34182
34183
34184
# File 'lib/eBay.rb', line 34182

def profileType
  @profileType
end

#shortSummaryObject

Returns the value of attribute shortSummary.



34184
34185
34186
# File 'lib/eBay.rb', line 34184

def shortSummary
  @shortSummary
end