Class: EBay::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
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ItemSpecificDetailsType.



25349
25350
25351
25352
25353
25354
25355
25356
25357
# File 'lib/eBay.rb', line 25349

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25343
25344
25345
# File 'lib/eBay.rb', line 25343

def __xmlele_any
  @__xmlele_any
end

#detailVersionObject

Returns the value of attribute detailVersion.



25341
25342
25343
# File 'lib/eBay.rb', line 25341

def detailVersion
  @detailVersion
end

#maxCharactersPerNameObject

Returns the value of attribute maxCharactersPerName.



25340
25341
25342
# File 'lib/eBay.rb', line 25340

def maxCharactersPerName
  @maxCharactersPerName
end

#maxCharactersPerValueObject

Returns the value of attribute maxCharactersPerValue.



25339
25340
25341
# File 'lib/eBay.rb', line 25339

def maxCharactersPerValue
  @maxCharactersPerValue
end

#maxItemSpecificsPerItemObject

Returns the value of attribute maxItemSpecificsPerItem.



25337
25338
25339
# File 'lib/eBay.rb', line 25337

def maxItemSpecificsPerItem
  @maxItemSpecificsPerItem
end

#maxValuesPerNameObject

Returns the value of attribute maxValuesPerName.



25338
25339
25340
# File 'lib/eBay.rb', line 25338

def maxValuesPerName
  @maxValuesPerName
end

#updateTimeObject

Returns the value of attribute updateTime.



25342
25343
25344
# File 'lib/eBay.rb', line 25342

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



25345
25346
25347
# File 'lib/eBay.rb', line 25345

def set_any(elements)
  @__xmlele_any = elements
end