Method: EBay::UserType#initialize
- Defined in:
- lib/eBay.rb
#initialize(aboutMePage = nil, eIASToken = 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, businessRole = nil, charityAffiliations = 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, enterpriseSeller = nil, billingEmail = nil, qualifiesForSelling = nil, staticAlias = nil, shippingAddress = nil, userFirstName = nil, userLastName = nil) ⇒ UserType
Returns a new instance of UserType.
35147 35148 35149 35150 35151 35152 35153 35154 35155 35156 35157 35158 35159 35160 35161 35162 35163 35164 35165 35166 35167 35168 35169 35170 35171 35172 35173 35174 35175 35176 35177 35178 35179 35180 35181 35182 35183 35184 35185 35186 35187 35188 35189 35190 35191 35192 35193 35194 |
# File 'lib/eBay.rb', line 35147 def initialize(aboutMePage = nil, eIASToken = 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, businessRole = nil, charityAffiliations = 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, enterpriseSeller = nil, billingEmail = nil, qualifiesForSelling = nil, staticAlias = nil, shippingAddress = nil, userFirstName = nil, userLastName = nil) @aboutMePage = aboutMePage @eIASToken = eIASToken @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 @businessRole = businessRole @charityAffiliations = charityAffiliations @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 @enterpriseSeller = enterpriseSeller @billingEmail = billingEmail @qualifiesForSelling = qualifiesForSelling @staticAlias = staticAlias @shippingAddress = shippingAddress @userFirstName = userFirstName @userLastName = userLastName @__xmlele_any = nil end |