Class: EBay::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
region - EBay::ShippingRegionCodeType
country - EBay::CountryCodeType
patent - SOAP::SOAPString
detailedMessage - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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, messageToSeller = nil, copyEmailToRightsOwner = nil, region = [], country = [], patent = nil, detailedMessage = nil)
  @itemID = itemID
  @veROReasonCodeID = veROReasonCodeID
  @messageToSeller = messageToSeller
  @copyEmailToRightsOwner = copyEmailToRightsOwner
  @region = region
  @country = country
  @patent = patent
  @detailedMessage = detailedMessage
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35558
35559
35560
# File 'lib/eBay.rb', line 35558

def __xmlele_any
  @__xmlele_any
end

#copyEmailToRightsOwnerObject

Returns the value of attribute copyEmailToRightsOwner.



35553
35554
35555
# File 'lib/eBay.rb', line 35553

def copyEmailToRightsOwner
  @copyEmailToRightsOwner
end

#countryObject

Returns the value of attribute country.



35555
35556
35557
# File 'lib/eBay.rb', line 35555

def country
  @country
end

#detailedMessageObject

Returns the value of attribute detailedMessage.



35557
35558
35559
# File 'lib/eBay.rb', line 35557

def detailedMessage
  @detailedMessage
end

#itemIDObject

Returns the value of attribute itemID.



35550
35551
35552
# File 'lib/eBay.rb', line 35550

def itemID
  @itemID
end

#messageToSellerObject

Returns the value of attribute messageToSeller.



35552
35553
35554
# File 'lib/eBay.rb', line 35552

def messageToSeller
  @messageToSeller
end

#patentObject

Returns the value of attribute patent.



35556
35557
35558
# File 'lib/eBay.rb', line 35556

def patent
  @patent
end

#regionObject

Returns the value of attribute region.



35554
35555
35556
# File 'lib/eBay.rb', line 35554

def region
  @region
end

#veROReasonCodeIDObject

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