Class: EBay::VeROReportItemType
- Inherits:
-
Object
- Object
- EBay::VeROReportItemType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVeROReportItemType
itemID - (any)
veROReasonCodeID - SOAP::SOAPLong
- SOAP::SOAPString
copyEmailToRightsOwner - SOAP::SOAPBoolean
region - EBay::ShippingRegionCodeType
country - EBay::CountryCodeType
patent - SOAP::SOAPString
detailedMessage - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#copyEmailToRightsOwner ⇒ Object
Returns the value of attribute copyEmailToRightsOwner.
-
#country ⇒ Object
Returns the value of attribute country.
-
#detailedMessage ⇒ Object
Returns the value of attribute detailedMessage.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
-
#messageToSeller ⇒ Object
Returns the value of attribute messageToSeller.
-
#patent ⇒ Object
Returns the value of attribute patent.
-
#region ⇒ Object
Returns the value of attribute region.
-
#veROReasonCodeID ⇒ Object
Returns the value of attribute veROReasonCodeID.
Instance Method Summary collapse
-
#initialize(itemID = nil, veROReasonCodeID = nil, messageToSeller = nil, copyEmailToRightsOwner = nil, region = [], country = [], patent = nil, detailedMessage = nil) ⇒ VeROReportItemType
constructor
A new instance of VeROReportItemType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = nil, veROReasonCodeID = nil, messageToSeller = nil, copyEmailToRightsOwner = nil, region = [], country = [], patent = nil, detailedMessage = nil) ⇒ VeROReportItemType
Returns a new instance of VeROReportItemType.
35564 35565 35566 35567 35568 35569 35570 35571 35572 35573 35574 |
# File 'lib/eBay.rb', line 35564 def initialize(itemID = nil, veROReasonCodeID = nil, = nil, copyEmailToRightsOwner = nil, region = [], country = [], patent = nil, detailedMessage = nil) @itemID = itemID @veROReasonCodeID = veROReasonCodeID @messageToSeller = @copyEmailToRightsOwner = copyEmailToRightsOwner @region = region @country = country @patent = patent @detailedMessage = detailedMessage @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35558 35559 35560 |
# File 'lib/eBay.rb', line 35558 def __xmlele_any @__xmlele_any end |
#copyEmailToRightsOwner ⇒ Object
Returns the value of attribute copyEmailToRightsOwner.
35553 35554 35555 |
# File 'lib/eBay.rb', line 35553 def copyEmailToRightsOwner @copyEmailToRightsOwner end |
#country ⇒ Object
Returns the value of attribute country.
35555 35556 35557 |
# File 'lib/eBay.rb', line 35555 def country @country end |
#detailedMessage ⇒ Object
Returns the value of attribute detailedMessage.
35557 35558 35559 |
# File 'lib/eBay.rb', line 35557 def detailedMessage @detailedMessage end |
#itemID ⇒ Object
Returns the value of attribute itemID.
35550 35551 35552 |
# File 'lib/eBay.rb', line 35550 def itemID @itemID end |
#messageToSeller ⇒ Object
Returns the value of attribute messageToSeller.
35552 35553 35554 |
# File 'lib/eBay.rb', line 35552 def @messageToSeller end |
#patent ⇒ Object
Returns the value of attribute patent.
35556 35557 35558 |
# File 'lib/eBay.rb', line 35556 def patent @patent end |
#region ⇒ Object
Returns the value of attribute region.
35554 35555 35556 |
# File 'lib/eBay.rb', line 35554 def region @region end |
#veROReasonCodeID ⇒ Object
Returns the value of attribute veROReasonCodeID.
35551 35552 35553 |
# File 'lib/eBay.rb', line 35551 def veROReasonCodeID @veROReasonCodeID end |
Instance Method Details
#set_any(elements) ⇒ Object
35560 35561 35562 |
# File 'lib/eBay.rb', line 35560 def set_any(elements) @__xmlele_any = elements end |