Class: EBay::MaximumItemRequirementsDetailsType
- Inherits:
-
Object
- Object
- EBay::MaximumItemRequirementsDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMaximumItemRequirementsDetailsType
maximumItemCount - SOAP::SOAPInt
minimumFeedbackScore - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#maximumItemCount ⇒ Object
Returns the value of attribute maximumItemCount.
-
#minimumFeedbackScore ⇒ Object
Returns the value of attribute minimumFeedbackScore.
Instance Method Summary collapse
-
#initialize(maximumItemCount = [], minimumFeedbackScore = []) ⇒ MaximumItemRequirementsDetailsType
constructor
A new instance of MaximumItemRequirementsDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(maximumItemCount = [], minimumFeedbackScore = []) ⇒ MaximumItemRequirementsDetailsType
Returns a new instance of MaximumItemRequirementsDetailsType.
26839 26840 26841 26842 26843 |
# File 'lib/eBay.rb', line 26839 def initialize(maximumItemCount = [], minimumFeedbackScore = []) @maximumItemCount = maximumItemCount @minimumFeedbackScore = minimumFeedbackScore @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26833 26834 26835 |
# File 'lib/eBay.rb', line 26833 def __xmlele_any @__xmlele_any end |
#maximumItemCount ⇒ Object
Returns the value of attribute maximumItemCount.
26831 26832 26833 |
# File 'lib/eBay.rb', line 26831 def maximumItemCount @maximumItemCount end |
#minimumFeedbackScore ⇒ Object
Returns the value of attribute minimumFeedbackScore.
26832 26833 26834 |
# File 'lib/eBay.rb', line 26832 def minimumFeedbackScore @minimumFeedbackScore end |
Instance Method Details
#set_any(elements) ⇒ Object
26835 26836 26837 |
# File 'lib/eBay.rb', line 26835 def set_any(elements) @__xmlele_any = elements end |