Class: 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 - 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.



24582
24583
24584
24585
24586
24587
24588
# File 'lib/eBay.rb', line 24582

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.



24576
24577
24578
# File 'lib/eBay.rb', line 24576

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



24572
24573
24574
# File 'lib/eBay.rb', line 24572

def categoryID
  @categoryID
end

#childCategoryObject

Returns the value of attribute childCategory.



24575
24576
24577
# File 'lib/eBay.rb', line 24575

def childCategory
  @childCategory
end

#nameObject

Returns the value of attribute name.



24573
24574
24575
# File 'lib/eBay.rb', line 24573

def name
  @name
end

#orderObject

Returns the value of attribute order.



24574
24575
24576
# File 'lib/eBay.rb', line 24574

def order
  @order
end

Instance Method Details

#set_any(elements) ⇒ Object



24578
24579
24580
# File 'lib/eBay.rb', line 24578

def set_any(elements)
  @__xmlele_any = elements
end