Class: EBay::VerifiedUserRequirementsDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifiedUserRequirementsDetailsType

verifiedUser - SOAP::SOAPBoolean
feedbackScore - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



35632
35633
35634
# File 'lib/eBay.rb', line 35632

def __xmlele_any
  @__xmlele_any
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



35631
35632
35633
# File 'lib/eBay.rb', line 35631

def feedbackScore
  @feedbackScore
end

#verifiedUserObject

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