Class: BidderDetailType

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

Overview

urn:ebay:apis:eBLBaseComponentsBidderDetailType

Constant Summary collapse

@@schema_type =
"BidderDetailType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["userID", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserID")]],
  ["email", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Email")]],
  ["feedbackScore", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "FeedbackScore")]],
  ["uniqueNegativeFeedbackCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UniqueNegativeFeedbackCount")]],
  ["uniquePositiveFeedbackCount", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UniquePositiveFeedbackCount")]],
  ["liveAuctionBidResult", ["LiveAuctionBidType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LiveAuctionBidResult")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of BidderDetailType.



14010
14011
14012
14013
14014
14015
14016
14017
14018
# File 'lib/eBay.rb', line 14010

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14004
14005
14006
# File 'lib/eBay.rb', line 14004

def __xmlele_any
  @__xmlele_any
end

#emailObject

Returns the value of attribute email.



13999
14000
14001
# File 'lib/eBay.rb', line 13999

def email
  @email
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



14000
14001
14002
# File 'lib/eBay.rb', line 14000

def feedbackScore
  @feedbackScore
end

#liveAuctionBidResultObject

Returns the value of attribute liveAuctionBidResult.



14003
14004
14005
# File 'lib/eBay.rb', line 14003

def liveAuctionBidResult
  @liveAuctionBidResult
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



14001
14002
14003
# File 'lib/eBay.rb', line 14001

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



14002
14003
14004
# File 'lib/eBay.rb', line 14002

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userIDObject

Returns the value of attribute userID.



13998
13999
14000
# File 'lib/eBay.rb', line 13998

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



14006
14007
14008
# File 'lib/eBay.rb', line 14006

def set_any(elements)
  @__xmlele_any = elements
end