Class: EBay::NumberOfPolicyViolationsDetailsType
- Inherits:
-
Object
- Object
- EBay::NumberOfPolicyViolationsDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNumberOfPolicyViolationsDetailsType
count - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#count ⇒ Object
Returns the value of attribute count.
Instance Method Summary collapse
-
#initialize(count = []) ⇒ NumberOfPolicyViolationsDetailsType
constructor
A new instance of NumberOfPolicyViolationsDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(count = []) ⇒ NumberOfPolicyViolationsDetailsType
Returns a new instance of NumberOfPolicyViolationsDetailsType.
28056 28057 28058 28059 |
# File 'lib/eBay.rb', line 28056 def initialize(count = []) @count = count @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28050 28051 28052 |
# File 'lib/eBay.rb', line 28050 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
28049 28050 28051 |
# File 'lib/eBay.rb', line 28049 def count @count end |
Instance Method Details
#set_any(elements) ⇒ Object
28052 28053 28054 |
# File 'lib/eBay.rb', line 28052 def set_any(elements) @__xmlele_any = elements end |