Class: EBay::SellingManagerProductSpecificsType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerProductSpecificsType

primaryCategoryID - SOAP::SOAPString
variations - EBay::VariationsType
itemSpecifics - EBay::NameValueListArrayType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(primaryCategoryID = nil, variations = nil, itemSpecifics = nil) ⇒ SellingManagerProductSpecificsType

Returns a new instance of SellingManagerProductSpecificsType.



31897
31898
31899
31900
31901
31902
# File 'lib/eBay.rb', line 31897

def initialize(primaryCategoryID = nil, variations = nil, itemSpecifics = nil)
  @primaryCategoryID = primaryCategoryID
  @variations = variations
  @itemSpecifics = itemSpecifics
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31891
31892
31893
# File 'lib/eBay.rb', line 31891

def __xmlele_any
  @__xmlele_any
end

#itemSpecificsObject

Returns the value of attribute itemSpecifics.



31890
31891
31892
# File 'lib/eBay.rb', line 31890

def itemSpecifics
  @itemSpecifics
end

#primaryCategoryIDObject

Returns the value of attribute primaryCategoryID.



31888
31889
31890
# File 'lib/eBay.rb', line 31888

def primaryCategoryID
  @primaryCategoryID
end

#variationsObject

Returns the value of attribute variations.



31889
31890
31891
# File 'lib/eBay.rb', line 31889

def variations
  @variations
end

Instance Method Details

#set_any(elements) ⇒ Object



31893
31894
31895
# File 'lib/eBay.rb', line 31893

def set_any(elements)
  @__xmlele_any = elements
end