Class: EBay::MaximumUnpaidItemStrikesDurationDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsMaximumUnpaidItemStrikesDurationDetailsType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MaximumUnpaidItemStrikesDurationDetailsType.



26887
26888
26889
26890
26891
# File 'lib/eBay.rb', line 26887

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.



26881
26882
26883
# File 'lib/eBay.rb', line 26881

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



26880
26881
26882
# File 'lib/eBay.rb', line 26880

def description
  @description
end

#periodObject

Returns the value of attribute period.



26879
26880
26881
# File 'lib/eBay.rb', line 26879

def period
  @period
end

Instance Method Details

#set_any(elements) ⇒ Object



26883
26884
26885
# File 'lib/eBay.rb', line 26883

def set_any(elements)
  @__xmlele_any = elements
end