Class: EBay::VerifiedUserRequirementsDetailsType
- Inherits:
-
Object
- Object
- EBay::VerifiedUserRequirementsDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVerifiedUserRequirementsDetailsType
verifiedUser - SOAP::SOAPBoolean
feedbackScore - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
-
#verifiedUser ⇒ Object
Returns the value of attribute verifiedUser.
Instance Method Summary collapse
-
#initialize(verifiedUser = nil, feedbackScore = []) ⇒ VerifiedUserRequirementsDetailsType
constructor
A new instance of VerifiedUserRequirementsDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(verifiedUser = nil, feedbackScore = []) ⇒ VerifiedUserRequirementsDetailsType
Returns a new instance of VerifiedUserRequirementsDetailsType.
35638 35639 35640 35641 35642 |
# File 'lib/eBay.rb', line 35638 def initialize(verifiedUser = nil, feedbackScore = []) @verifiedUser = verifiedUser @feedbackScore = feedbackScore @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35632 35633 35634 |
# File 'lib/eBay.rb', line 35632 def __xmlele_any @__xmlele_any end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
35631 35632 35633 |
# File 'lib/eBay.rb', line 35631 def feedbackScore @feedbackScore end |
#verifiedUser ⇒ Object
Returns the value of attribute verifiedUser.
35630 35631 35632 |
# File 'lib/eBay.rb', line 35630 def verifiedUser @verifiedUser end |
Instance Method Details
#set_any(elements) ⇒ Object
35634 35635 35636 |
# File 'lib/eBay.rb', line 35634 def set_any(elements) @__xmlele_any = elements end |