Class: ItemSpecificDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemSpecificDetailsType

maxItemSpecificsPerItem - SOAP::SOAPInt
maxValuesPerName - SOAP::SOAPInt
maxCharactersPerValue - SOAP::SOAPInt
maxCharactersPerName - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(maxItemSpecificsPerItem = nil, maxValuesPerName = nil, maxCharactersPerValue = nil, maxCharactersPerName = nil) ⇒ ItemSpecificDetailsType

Returns a new instance of ItemSpecificDetailsType.



20076
20077
20078
20079
20080
20081
20082
# File 'lib/eBay.rb', line 20076

def initialize(maxItemSpecificsPerItem = nil, maxValuesPerName = nil, maxCharactersPerValue = nil, maxCharactersPerName = nil)
  @maxItemSpecificsPerItem = maxItemSpecificsPerItem
  @maxValuesPerName = maxValuesPerName
  @maxCharactersPerValue = maxCharactersPerValue
  @maxCharactersPerName = maxCharactersPerName
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20070
20071
20072
# File 'lib/eBay.rb', line 20070

def __xmlele_any
  @__xmlele_any
end

#maxCharactersPerNameObject

Returns the value of attribute maxCharactersPerName.



20069
20070
20071
# File 'lib/eBay.rb', line 20069

def maxCharactersPerName
  @maxCharactersPerName
end

#maxCharactersPerValueObject

Returns the value of attribute maxCharactersPerValue.



20068
20069
20070
# File 'lib/eBay.rb', line 20068

def maxCharactersPerValue
  @maxCharactersPerValue
end

#maxItemSpecificsPerItemObject

Returns the value of attribute maxItemSpecificsPerItem.



20066
20067
20068
# File 'lib/eBay.rb', line 20066

def maxItemSpecificsPerItem
  @maxItemSpecificsPerItem
end

#maxValuesPerNameObject

Returns the value of attribute maxValuesPerName.



20067
20068
20069
# File 'lib/eBay.rb', line 20067

def maxValuesPerName
  @maxValuesPerName
end

Instance Method Details

#set_any(elements) ⇒ Object



20072
20073
20074
# File 'lib/eBay.rb', line 20072

def set_any(elements)
  @__xmlele_any = elements
end