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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17866
17867
17868
# File 'lib/eBay.rb', line 17866

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



17865
17866
17867
# File 'lib/eBay.rb', line 17865

def count
  @count
end

#periodInDaysObject

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