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.



15664
15665
15666
15667
15668
15669
15670
15671
15672
# File 'lib/eBay.rb', line 15664

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.



15658
15659
15660
# File 'lib/eBay.rb', line 15658

def __xmlele_any
  @__xmlele_any
end

#emailObject

Returns the value of attribute email.



15653
15654
15655
# File 'lib/eBay.rb', line 15653

def email
  @email
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



15654
15655
15656
# File 'lib/eBay.rb', line 15654

def feedbackScore
  @feedbackScore
end

#liveAuctionBidResultObject

Returns the value of attribute liveAuctionBidResult.



15657
15658
15659
# File 'lib/eBay.rb', line 15657

def liveAuctionBidResult
  @liveAuctionBidResult
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



15655
15656
15657
# File 'lib/eBay.rb', line 15655

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



15656
15657
15658
# File 'lib/eBay.rb', line 15656

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userIDObject

Returns the value of attribute userID.



15652
15653
15654
# File 'lib/eBay.rb', line 15652

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



15660
15661
15662
# File 'lib/eBay.rb', line 15660

def set_any(elements)
  @__xmlele_any = elements
end