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.



15758
15759
15760
15761
15762
# File 'lib/eBay.rb', line 15758

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.



15752
15753
15754
# File 'lib/eBay.rb', line 15752

def __xmlele_any
  @__xmlele_any
end

#countObject

Returns the value of attribute count.



15751
15752
15753
# File 'lib/eBay.rb', line 15751

def count
  @count
end

#periodInDaysObject

Returns the value of attribute periodInDays.



15750
15751
15752
# File 'lib/eBay.rb', line 15750

def periodInDays
  @periodInDays
end

Instance Method Details

#set_any(elements) ⇒ Object



15754
15755
15756
# File 'lib/eBay.rb', line 15754

def set_any(elements)
  @__xmlele_any = elements
end