Class: EBay::ItemPolicyViolationType
- Inherits:
-
Object
- Object
- EBay::ItemPolicyViolationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemPolicyViolationType
policyID - SOAP::SOAPLong
policyText - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#policyID ⇒ Object
Returns the value of attribute policyID.
-
#policyText ⇒ Object
Returns the value of attribute policyText.
Instance Method Summary collapse
-
#initialize(policyID = nil, policyText = nil) ⇒ ItemPolicyViolationType
constructor
A new instance of ItemPolicyViolationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(policyID = nil, policyText = nil) ⇒ ItemPolicyViolationType
Returns a new instance of ItemPolicyViolationType.
25299 25300 25301 25302 25303 |
# File 'lib/eBay.rb', line 25299 def initialize(policyID = nil, policyText = nil) @policyID = policyID @policyText = policyText @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25293 25294 25295 |
# File 'lib/eBay.rb', line 25293 def __xmlele_any @__xmlele_any end |
#policyID ⇒ Object
Returns the value of attribute policyID.
25291 25292 25293 |
# File 'lib/eBay.rb', line 25291 def policyID @policyID end |
#policyText ⇒ Object
Returns the value of attribute policyText.
25292 25293 25294 |
# File 'lib/eBay.rb', line 25292 def policyText @policyText end |
Instance Method Details
#set_any(elements) ⇒ Object
25295 25296 25297 |
# File 'lib/eBay.rb', line 25295 def set_any(elements) @__xmlele_any = elements end |