Class: FeedbackPeriodType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FeedbackPeriodType.



13898
13899
13900
13901
13902
# File 'lib/eBay.rb', line 13898

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.



13892
13893
13894
# File 'lib/eBay.rb', line 13892

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



13891
13892
13893
# File 'lib/eBay.rb', line 13891

def count
  @count
end

#periodInDaysObject

Returns the value of attribute periodInDays.



13890
13891
13892
# File 'lib/eBay.rb', line 13890

def periodInDays
  @periodInDays
end

Instance Method Details

#set_any(elements) ⇒ Object



13894
13895
13896
# File 'lib/eBay.rb', line 13894

def set_any(elements)
  @__xmlele_any = elements
end