Class: EBay::StoreCustomCategoryType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomCategoryType

categoryID - SOAP::SOAPLong
name - SOAP::SOAPString
order - SOAP::SOAPInt
childCategory - EBay::StoreCustomCategoryType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(categoryID = nil, name = nil, order = nil, childCategory = []) ⇒ StoreCustomCategoryType

Returns a new instance of StoreCustomCategoryType.



33645
33646
33647
33648
33649
33650
33651
# File 'lib/eBay.rb', line 33645

def initialize(categoryID = nil, name = nil, order = nil, childCategory = [])
  @categoryID = categoryID
  @name = name
  @order = order
  @childCategory = childCategory
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33639
33640
33641
# File 'lib/eBay.rb', line 33639

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



33635
33636
33637
# File 'lib/eBay.rb', line 33635

def categoryID
  @categoryID
end

#childCategoryObject

Returns the value of attribute childCategory.



33638
33639
33640
# File 'lib/eBay.rb', line 33638

def childCategory
  @childCategory
end

#nameObject

Returns the value of attribute name.



33636
33637
33638
# File 'lib/eBay.rb', line 33636

def name
  @name
end

#orderObject

Returns the value of attribute order.



33637
33638
33639
# File 'lib/eBay.rb', line 33637

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



33641
33642
33643
# File 'lib/eBay.rb', line 33641

def set_any(elements)
  @__xmlele_any = elements
end