Class: 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
liveAuctionBidResult - LiveAuctionBidType
uniqueNeutralFeedbackCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BidderDetailType.



17149
17150
17151
17152
17153
17154
17155
17156
17157
17158
# File 'lib/eBay.rb', line 17149

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17143
17144
17145
# File 'lib/eBay.rb', line 17143

def __xmlele_any
  @__xmlele_any
end

#emailObject

Returns the value of attribute email.



17137
17138
17139
# File 'lib/eBay.rb', line 17137

def email
  @email
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



17138
17139
17140
# File 'lib/eBay.rb', line 17138

def feedbackScore
  @feedbackScore
end

#liveAuctionBidResultObject

Returns the value of attribute liveAuctionBidResult.



17141
17142
17143
# File 'lib/eBay.rb', line 17141

def liveAuctionBidResult
  @liveAuctionBidResult
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



17139
17140
17141
# File 'lib/eBay.rb', line 17139

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniqueNeutralFeedbackCountObject

Returns the value of attribute uniqueNeutralFeedbackCount.



17142
17143
17144
# File 'lib/eBay.rb', line 17142

def uniqueNeutralFeedbackCount
  @uniqueNeutralFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



17140
17141
17142
# File 'lib/eBay.rb', line 17140

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userIDObject

Returns the value of attribute userID.



17136
17137
17138
# File 'lib/eBay.rb', line 17136

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



17145
17146
17147
# File 'lib/eBay.rb', line 17145

def set_any(elements)
  @__xmlele_any = elements
end