Class: FeedbackPeriodType

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

Overview

urn:ebay:apis:eBLBaseComponentsFeedbackPeriodType

periodInDays - SOAP::SOAPInt
count - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(periodInDays = nil, count = nil) ⇒ FeedbackPeriodType

Returns a new instance of FeedbackPeriodType.



19607
19608
19609
19610
19611
# File 'lib/eBay.rb', line 19607

def initialize(periodInDays = nil, count = nil)
  @periodInDays = periodInDays
  @count = count
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19601
19602
19603
# File 'lib/eBay.rb', line 19601

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



19600
19601
19602
# File 'lib/eBay.rb', line 19600

def count
  @count
end

#periodInDaysObject

Returns the value of attribute periodInDays.



19599
19600
19601
# File 'lib/eBay.rb', line 19599

def periodInDays
  @periodInDays
end

Instance Method Details

#set_any(elements) ⇒ Object



19603
19604
19605
# File 'lib/eBay.rb', line 19603

def set_any(elements)
  @__xmlele_any = elements
end