Class: EBay::SupportedSellerProfileType
- Inherits:
-
Object
- Object
- EBay::SupportedSellerProfileType
- 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
-
#categoryGroup ⇒ Object
Returns the value of attribute categoryGroup.
-
#profileID ⇒ Object
Returns the value of attribute profileID.
-
#profileName ⇒ Object
Returns the value of attribute profileName.
-
#profileType ⇒ Object
Returns the value of attribute profileType.
-
#shortSummary ⇒ Object
Returns the value of attribute shortSummary.
Instance Method Summary collapse
-
#initialize(profileID = nil, profileType = nil, profileName = nil, shortSummary = nil, categoryGroup = nil) ⇒ SupportedSellerProfileType
constructor
A new instance of SupportedSellerProfileType.
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
#categoryGroup ⇒ Object
Returns the value of attribute categoryGroup.
34185 34186 34187 |
# File 'lib/eBay.rb', line 34185 def categoryGroup @categoryGroup end |
#profileID ⇒ Object
Returns the value of attribute profileID.
34181 34182 34183 |
# File 'lib/eBay.rb', line 34181 def profileID @profileID end |
#profileName ⇒ Object
Returns the value of attribute profileName.
34183 34184 34185 |
# File 'lib/eBay.rb', line 34183 def profileName @profileName end |
#profileType ⇒ Object
Returns the value of attribute profileType.
34182 34183 34184 |
# File 'lib/eBay.rb', line 34182 def profileType @profileType end |
#shortSummary ⇒ Object
Returns the value of attribute shortSummary.
34184 34185 34186 |
# File 'lib/eBay.rb', line 34184 def shortSummary @shortSummary end |