Class: EBay::PolicyViolationDurationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPolicyViolationDurationDetailsType

period - EBay::PeriodCodeType
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(period = nil, description = nil) ⇒ PolicyViolationDurationDetailsType

Returns a new instance of PolicyViolationDurationDetailsType.



29058
29059
29060
29061
29062
# File 'lib/eBay.rb', line 29058

def initialize(period = nil, description = nil)
  @period = period
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29052
29053
29054
# File 'lib/eBay.rb', line 29052

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



29051
29052
29053
# File 'lib/eBay.rb', line 29051

def description
  @description
end

#periodObject

Returns the value of attribute period.



29050
29051
29052
# File 'lib/eBay.rb', line 29050

def period
  @period
end

Instance Method Details

#set_any(elements) ⇒ Object



29054
29055
29056
# File 'lib/eBay.rb', line 29054

def set_any(elements)
  @__xmlele_any = elements
end