Method: UserType#initialize
- Defined in:
- lib/eBay.rb
#initialize(aboutMePage = nil, eIASToken = nil, rESTToken = nil, email = nil, feedbackScore = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil, positiveFeedbackPercent = nil, feedbackPrivate = nil, feedbackRatingStar = nil, iDVerified = nil, eBayGoodStanding = nil, newUser = nil, registrationAddress = nil, registrationDate = nil, site = nil, status = nil, userID = nil, userIDChanged = nil, userIDLastChanged = nil, vATStatus = nil, buyerInfo = nil, sellerInfo = nil, charityAffiliations = nil, charitySeller = nil, payPalAccountLevel = nil, payPalAccountType = nil, payPalAccountStatus = nil, userSubscription = [], siteVerified = nil, skypeID = [], eBayWikiReadOnly = nil, tUVLevel = nil, vATID = nil, motorsDealer = nil, sellerPaymentMethod = nil, biddingSummary = nil, userAnonymized = nil, uniqueNeutralFeedbackCount = nil) ⇒ UserType
Returns a new instance of UserType.
25526 25527 25528 25529 25530 25531 25532 25533 25534 25535 25536 25537 25538 25539 25540 25541 25542 25543 25544 25545 25546 25547 25548 25549 25550 25551 25552 25553 25554 25555 25556 25557 25558 25559 25560 25561 25562 25563 25564 25565 25566 25567 |
# File 'lib/eBay.rb', line 25526 def initialize(aboutMePage = nil, eIASToken = nil, rESTToken = nil, email = nil, feedbackScore = nil, uniqueNegativeFeedbackCount = nil, uniquePositiveFeedbackCount = nil, positiveFeedbackPercent = nil, feedbackPrivate = nil, feedbackRatingStar = nil, iDVerified = nil, eBayGoodStanding = nil, newUser = nil, registrationAddress = nil, registrationDate = nil, site = nil, status = nil, userID = nil, userIDChanged = nil, userIDLastChanged = nil, vATStatus = nil, buyerInfo = nil, sellerInfo = nil, charityAffiliations = nil, charitySeller = nil, payPalAccountLevel = nil, payPalAccountType = nil, payPalAccountStatus = nil, userSubscription = [], siteVerified = nil, skypeID = [], eBayWikiReadOnly = nil, tUVLevel = nil, vATID = nil, motorsDealer = nil, sellerPaymentMethod = nil, biddingSummary = nil, userAnonymized = nil, uniqueNeutralFeedbackCount = nil) @aboutMePage = aboutMePage @eIASToken = eIASToken @rESTToken = rESTToken @email = email @feedbackScore = feedbackScore @uniqueNegativeFeedbackCount = uniqueNegativeFeedbackCount @uniquePositiveFeedbackCount = uniquePositiveFeedbackCount @positiveFeedbackPercent = positiveFeedbackPercent @feedbackPrivate = feedbackPrivate @feedbackRatingStar = feedbackRatingStar @iDVerified = iDVerified @eBayGoodStanding = eBayGoodStanding @newUser = newUser @registrationAddress = registrationAddress @registrationDate = registrationDate @site = site @status = status @userID = userID @userIDChanged = userIDChanged @userIDLastChanged = userIDLastChanged @vATStatus = vATStatus @buyerInfo = buyerInfo @sellerInfo = sellerInfo @charityAffiliations = charityAffiliations @charitySeller = charitySeller @payPalAccountLevel = payPalAccountLevel @payPalAccountType = payPalAccountType @payPalAccountStatus = payPalAccountStatus @userSubscription = userSubscription @siteVerified = siteVerified @skypeID = skypeID @eBayWikiReadOnly = eBayWikiReadOnly @tUVLevel = tUVLevel @vATID = vATID @motorsDealer = motorsDealer @sellerPaymentMethod = sellerPaymentMethod @biddingSummary = biddingSummary @userAnonymized = userAnonymized @uniqueNeutralFeedbackCount = uniqueNeutralFeedbackCount @__xmlele_any = nil end |