Class: EBay::ItemSpecificDetailsType
- Inherits:
-
Object
- Object
- EBay::ItemSpecificDetailsType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#maxCharactersPerName ⇒ Object
Returns the value of attribute maxCharactersPerName.
-
#maxCharactersPerValue ⇒ Object
Returns the value of attribute maxCharactersPerValue.
-
#maxItemSpecificsPerItem ⇒ Object
Returns the value of attribute maxItemSpecificsPerItem.
-
#maxValuesPerName ⇒ Object
Returns the value of attribute maxValuesPerName.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(maxItemSpecificsPerItem = nil, maxValuesPerName = nil, maxCharactersPerValue = nil, maxCharactersPerName = nil, detailVersion = nil, updateTime = nil) ⇒ ItemSpecificDetailsType
constructor
A new instance of ItemSpecificDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25343 25344 25345 |
# File 'lib/eBay.rb', line 25343 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
25341 25342 25343 |
# File 'lib/eBay.rb', line 25341 def detailVersion @detailVersion end |
#maxCharactersPerName ⇒ Object
Returns the value of attribute maxCharactersPerName.
25340 25341 25342 |
# File 'lib/eBay.rb', line 25340 def maxCharactersPerName @maxCharactersPerName end |
#maxCharactersPerValue ⇒ Object
Returns the value of attribute maxCharactersPerValue.
25339 25340 25341 |
# File 'lib/eBay.rb', line 25339 def maxCharactersPerValue @maxCharactersPerValue end |
#maxItemSpecificsPerItem ⇒ Object
Returns the value of attribute maxItemSpecificsPerItem.
25337 25338 25339 |
# File 'lib/eBay.rb', line 25337 def maxItemSpecificsPerItem @maxItemSpecificsPerItem end |
#maxValuesPerName ⇒ Object
Returns the value of attribute maxValuesPerName.
25338 25339 25340 |
# File 'lib/eBay.rb', line 25338 def maxValuesPerName @maxValuesPerName end |
#updateTime ⇒ Object
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 |