Class: EBay::NumberOfPolicyViolationsDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsNumberOfPolicyViolationsDetailsType

count - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28050
28051
28052
# File 'lib/eBay.rb', line 28050

def __xmlele_any
  @__xmlele_any
end

#countObject

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