Class: EBay::BidderDetailType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidderDetailType

userID - (any)
email - SOAP::SOAPString
feedbackScore - SOAP::SOAPInt
uniqueNegativeFeedbackCount - SOAP::SOAPInt
uniquePositiveFeedbackCount - SOAP::SOAPInt
uniqueNeutralFeedbackCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userID = nil, email = nil, feedbackScore = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil, uniqueNeutralFeedbackCount = nil) ⇒ BidderDetailType

Returns a new instance of BidderDetailType.



21202
21203
21204
21205
21206
21207
21208
21209
21210
# File 'lib/eBay.rb', line 21202

def initialize(userID = nil, email = nil, feedbackScore = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil, uniqueNeutralFeedbackCount = nil)
  @userID = userID
  @email = email
  @feedbackScore = feedbackScore
  @uniqueNegativeFeedbackCount = uniqueNegativeFeedbackCount
  @uniquePositiveFeedbackCount = uniquePositiveFeedbackCount
  @uniqueNeutralFeedbackCount = uniqueNeutralFeedbackCount
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21196
21197
21198
# File 'lib/eBay.rb', line 21196

def __xmlele_any
  @__xmlele_any
end

#emailObject

Returns the value of attribute email.



21191
21192
21193
# File 'lib/eBay.rb', line 21191

def email
  @email
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



21192
21193
21194
# File 'lib/eBay.rb', line 21192

def feedbackScore
  @feedbackScore
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



21193
21194
21195
# File 'lib/eBay.rb', line 21193

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniqueNeutralFeedbackCountObject

Returns the value of attribute uniqueNeutralFeedbackCount.



21195
21196
21197
# File 'lib/eBay.rb', line 21195

def uniqueNeutralFeedbackCount
  @uniqueNeutralFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



21194
21195
21196
# File 'lib/eBay.rb', line 21194

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userIDObject

Returns the value of attribute userID.



21190
21191
21192
# File 'lib/eBay.rb', line 21190

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



21198
21199
21200
# File 'lib/eBay.rb', line 21198

def set_any(elements)
  @__xmlele_any = elements
end