Class: EBay::BidderDetailType
- Inherits:
-
Object
- Object
- EBay::BidderDetailType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#email ⇒ Object
Returns the value of attribute email.
-
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
-
#uniqueNegativeFeedbackCount ⇒ Object
Returns the value of attribute uniqueNegativeFeedbackCount.
-
#uniqueNeutralFeedbackCount ⇒ Object
Returns the value of attribute uniqueNeutralFeedbackCount.
-
#uniquePositiveFeedbackCount ⇒ Object
Returns the value of attribute uniquePositiveFeedbackCount.
-
#userID ⇒ Object
Returns the value of attribute userID.
Instance Method Summary collapse
-
#initialize(userID = nil, email = nil, feedbackScore = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil, uniqueNeutralFeedbackCount = nil) ⇒ BidderDetailType
constructor
A new instance of BidderDetailType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21196 21197 21198 |
# File 'lib/eBay.rb', line 21196 def __xmlele_any @__xmlele_any end |
#email ⇒ Object
Returns the value of attribute email.
21191 21192 21193 |
# File 'lib/eBay.rb', line 21191 def email @email end |
#feedbackScore ⇒ Object
Returns the value of attribute feedbackScore.
21192 21193 21194 |
# File 'lib/eBay.rb', line 21192 def feedbackScore @feedbackScore end |
#uniqueNegativeFeedbackCount ⇒ Object
Returns the value of attribute uniqueNegativeFeedbackCount.
21193 21194 21195 |
# File 'lib/eBay.rb', line 21193 def uniqueNegativeFeedbackCount @uniqueNegativeFeedbackCount end |
#uniqueNeutralFeedbackCount ⇒ Object
Returns the value of attribute uniqueNeutralFeedbackCount.
21195 21196 21197 |
# File 'lib/eBay.rb', line 21195 def uniqueNeutralFeedbackCount @uniqueNeutralFeedbackCount end |
#uniquePositiveFeedbackCount ⇒ Object
Returns the value of attribute uniquePositiveFeedbackCount.
21194 21195 21196 |
# File 'lib/eBay.rb', line 21194 def uniquePositiveFeedbackCount @uniquePositiveFeedbackCount end |
#userID ⇒ Object
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 |