Class: FeedbackPeriodType
- Inherits:
-
Object
- Object
- FeedbackPeriodType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeedbackPeriodType
Constant Summary collapse
- @@schema_type =
"FeedbackPeriodType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["periodInDays", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PeriodInDays")]], ["count", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Count")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
17872 17873 17874 17875 17876 |
# File 'lib/eBay.rb', line 17872 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.
17866 17867 17868 |
# File 'lib/eBay.rb', line 17866 def __xmlele_any @__xmlele_any end |
#count ⇒ Object
Returns the value of attribute count.
17865 17866 17867 |
# File 'lib/eBay.rb', line 17865 def count @count end |
#periodInDays ⇒ Object
Returns the value of attribute periodInDays.
17864 17865 17866 |
# File 'lib/eBay.rb', line 17864 def periodInDays @periodInDays end |
Instance Method Details
#set_any(elements) ⇒ Object
17868 17869 17870 |
# File 'lib/eBay.rb', line 17868 def set_any(elements) @__xmlele_any = elements end |