Class: EBay::CategoryGroupType
- Inherits:
-
Object
- Object
- EBay::CategoryGroupType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCategoryGroupType
name - SOAP::SOAPString
isDefault - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#isDefault ⇒ Object
Returns the value of attribute isDefault.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name = nil, isDefault = nil) ⇒ CategoryGroupType
constructor
A new instance of CategoryGroupType.
Constructor Details
#initialize(name = nil, isDefault = nil) ⇒ CategoryGroupType
Returns a new instance of CategoryGroupType.
22269 22270 22271 22272 |
# File 'lib/eBay.rb', line 22269 def initialize(name = nil, isDefault = nil) @name = name @isDefault = isDefault end |
Instance Attribute Details
#isDefault ⇒ Object
Returns the value of attribute isDefault.
22267 22268 22269 |
# File 'lib/eBay.rb', line 22267 def isDefault @isDefault end |
#name ⇒ Object
Returns the value of attribute name.
22266 22267 22268 |
# File 'lib/eBay.rb', line 22266 def name @name end |