Class: EBay::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.



24586
24587
24588
24589
24590
# File 'lib/eBay.rb', line 24586

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.



24580
24581
24582
# File 'lib/eBay.rb', line 24580

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



24579
24580
24581
# File 'lib/eBay.rb', line 24579

def count
  @count
end

#periodInDaysObject

Returns the value of attribute periodInDays.



24578
24579
24580
# File 'lib/eBay.rb', line 24578

def periodInDays
  @periodInDays
end

Instance Method Details

#set_any(elements) ⇒ Object



24582
24583
24584
# File 'lib/eBay.rb', line 24582

def set_any(elements)
  @__xmlele_any = elements
end