Class: EBay::MinimumFeedbackScoreDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsMinimumFeedbackScoreDetailsType

feedbackScore - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(feedbackScore = []) ⇒ MinimumFeedbackScoreDetailsType

Returns a new instance of MinimumFeedbackScoreDetailsType.



27083
27084
27085
27086
# File 'lib/eBay.rb', line 27083

def initialize(feedbackScore = [])
  @feedbackScore = feedbackScore
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27077
27078
27079
# File 'lib/eBay.rb', line 27077

def __xmlele_any
  @__xmlele_any
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



27076
27077
27078
# File 'lib/eBay.rb', line 27076

def feedbackScore
  @feedbackScore
end

Instance Method Details

#set_any(elements) ⇒ Object



27079
27080
27081
# File 'lib/eBay.rb', line 27079

def set_any(elements)
  @__xmlele_any = elements
end