Class: EBay::EndItemRequestContainerType

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

Overview

urn:ebay:apis:eBLBaseComponentsEndItemRequestContainerType

itemID - (any)
endingReason - EBay::EndReasonCodeType
messageID - SOAP::SOAPString
sellerInventoryID - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, endingReason = nil, messageID = nil, sellerInventoryID = nil) ⇒ EndItemRequestContainerType

Returns a new instance of EndItemRequestContainerType.



23707
23708
23709
23710
23711
23712
23713
# File 'lib/eBay.rb', line 23707

def initialize(itemID = nil, endingReason = nil, messageID = nil, sellerInventoryID = nil)
  @itemID = itemID
  @endingReason = endingReason
  @messageID = messageID
  @sellerInventoryID = sellerInventoryID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23701
23702
23703
# File 'lib/eBay.rb', line 23701

def __xmlele_any
  @__xmlele_any
end

#endingReasonObject

Returns the value of attribute endingReason.



23698
23699
23700
# File 'lib/eBay.rb', line 23698

def endingReason
  @endingReason
end

#itemIDObject

Returns the value of attribute itemID.



23697
23698
23699
# File 'lib/eBay.rb', line 23697

def itemID
  @itemID
end

#messageIDObject

Returns the value of attribute messageID.



23699
23700
23701
# File 'lib/eBay.rb', line 23699

def messageID
  @messageID
end

#sellerInventoryIDObject

Returns the value of attribute sellerInventoryID.



23700
23701
23702
# File 'lib/eBay.rb', line 23700

def sellerInventoryID
  @sellerInventoryID
end

Instance Method Details

#set_any(elements) ⇒ Object



23703
23704
23705
# File 'lib/eBay.rb', line 23703

def set_any(elements)
  @__xmlele_any = elements
end