Class: VerifiedUserRequirementsType

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

Overview

urn:ebay:apis:eBLBaseComponentsVerifiedUserRequirementsType

verifiedUser - SOAP::SOAPBoolean
minimumFeedbackScore - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(verifiedUser = nil, minimumFeedbackScore = nil) ⇒ VerifiedUserRequirementsType

Returns a new instance of VerifiedUserRequirementsType.



25712
25713
25714
25715
# File 'lib/eBay.rb', line 25712

def initialize(verifiedUser = nil, minimumFeedbackScore = nil)
  @verifiedUser = verifiedUser
  @minimumFeedbackScore = minimumFeedbackScore
end

Instance Attribute Details

#minimumFeedbackScoreObject

Returns the value of attribute minimumFeedbackScore.



25710
25711
25712
# File 'lib/eBay.rb', line 25710

def minimumFeedbackScore
  @minimumFeedbackScore
end

#verifiedUserObject

Returns the value of attribute verifiedUser.



25709
25710
25711
# File 'lib/eBay.rb', line 25709

def verifiedUser
  @verifiedUser
end