Class: VeROReportItemType

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

Overview

urn:ebay:apis:eBLBaseComponentsVeROReportItemType

itemID - (any)
veROReasonCodeID - SOAP::SOAPLong
messageToSeller - SOAP::SOAPString
copyEmailToRightsOwner - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, veROReasonCodeID = nil, messageToSeller = nil, copyEmailToRightsOwner = nil) ⇒ VeROReportItemType

Returns a new instance of VeROReportItemType.



25647
25648
25649
25650
25651
25652
25653
# File 'lib/eBay.rb', line 25647

def initialize(itemID = nil, veROReasonCodeID = nil, messageToSeller = nil, copyEmailToRightsOwner = nil)
  @itemID = itemID
  @veROReasonCodeID = veROReasonCodeID
  @messageToSeller = messageToSeller
  @copyEmailToRightsOwner = copyEmailToRightsOwner
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25641
25642
25643
# File 'lib/eBay.rb', line 25641

def __xmlele_any
  @__xmlele_any
end

#copyEmailToRightsOwnerObject

Returns the value of attribute copyEmailToRightsOwner.



25640
25641
25642
# File 'lib/eBay.rb', line 25640

def copyEmailToRightsOwner
  @copyEmailToRightsOwner
end

#itemIDObject

Returns the value of attribute itemID.



25637
25638
25639
# File 'lib/eBay.rb', line 25637

def itemID
  @itemID
end

#messageToSellerObject

Returns the value of attribute messageToSeller.



25639
25640
25641
# File 'lib/eBay.rb', line 25639

def messageToSeller
  @messageToSeller
end

#veROReasonCodeIDObject

Returns the value of attribute veROReasonCodeID.



25638
25639
25640
# File 'lib/eBay.rb', line 25638

def veROReasonCodeID
  @veROReasonCodeID
end

Instance Method Details

#set_any(elements) ⇒ Object



25643
25644
25645
# File 'lib/eBay.rb', line 25643

def set_any(elements)
  @__xmlele_any = elements
end