Class: EBay::FeedbackPeriodType
- Inherits:
-
Object
- Object
- EBay::FeedbackPeriodType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackPeriodType
periodInDays - SOAP::SOAPInt
count - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#count ⇒ Object
Returns the value of attribute count.
-
#periodInDays ⇒ Object
Returns the value of attribute periodInDays.
Instance Method Summary collapse
-
#initialize(periodInDays = nil, count = nil) ⇒ FeedbackPeriodType
constructor
A new instance of FeedbackPeriodType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24580 24581 24582 |
# File 'lib/eBay.rb', line 24580 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
24579 24580 24581 |
# File 'lib/eBay.rb', line 24579 def count @count end |
#periodInDays ⇒ Object
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 |