Class: UserType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserType

aboutMePage - SOAP::SOAPBoolean
eIASToken - SOAP::SOAPString
rESTToken - SOAP::SOAPString
email - SOAP::SOAPString
feedbackScore - SOAP::SOAPInt
uniqueNegativeFeedbackCount - SOAP::SOAPInt
uniquePositiveFeedbackCount - SOAP::SOAPInt
positiveFeedbackPercent - SOAP::SOAPFloat
feedbackPrivate - SOAP::SOAPBoolean
feedbackRatingStar - FeedbackRatingStarCodeType
iDVerified - SOAP::SOAPBoolean
eBayGoodStanding - SOAP::SOAPBoolean
newUser - SOAP::SOAPBoolean
registrationAddress - AddressType
registrationDate - SOAP::SOAPDateTime
site - SiteCodeType
status - UserStatusCodeType
userID - (any)
userIDChanged - SOAP::SOAPBoolean
userIDLastChanged - SOAP::SOAPDateTime
vATStatus - VATStatusCodeType
buyerInfo - BuyerType
sellerInfo - SellerType
charityAffiliations - CharityAffiliationsType
charitySeller - CharitySellerType
payPalAccountLevel - PayPalAccountLevelCodeType
payPalAccountType - PayPalAccountTypeCodeType
payPalAccountStatus - PayPalAccountStatusCodeType
userSubscription - EBaySubscriptionTypeCodeType
siteVerified - SOAP::SOAPBoolean
skypeID - SOAP::SOAPString
eBayWikiReadOnly - SOAP::SOAPBoolean
tUVLevel - SOAP::SOAPInt
vATID - SOAP::SOAPString
motorsDealer - SOAP::SOAPBoolean
sellerPaymentMethod - SellerPaymentMethodCodeType
biddingSummary - BiddingSummaryType
userAnonymized - SOAP::SOAPBoolean
uniqueNeutralFeedbackCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25520
25521
25522
# File 'lib/eBay.rb', line 25520

def __xmlele_any
  @__xmlele_any
end

#aboutMePageObject

Returns the value of attribute aboutMePage.



25481
25482
25483
# File 'lib/eBay.rb', line 25481

def aboutMePage
  @aboutMePage
end

#biddingSummaryObject

Returns the value of attribute biddingSummary.



25517
25518
25519
# File 'lib/eBay.rb', line 25517

def biddingSummary
  @biddingSummary
end

#buyerInfoObject

Returns the value of attribute buyerInfo.



25502
25503
25504
# File 'lib/eBay.rb', line 25502

def buyerInfo
  @buyerInfo
end

#charityAffiliationsObject

Returns the value of attribute charityAffiliations.



25504
25505
25506
# File 'lib/eBay.rb', line 25504

def charityAffiliations
  @charityAffiliations
end

#charitySellerObject

Returns the value of attribute charitySeller.



25505
25506
25507
# File 'lib/eBay.rb', line 25505

def charitySeller
  @charitySeller
end

#eBayGoodStandingObject

Returns the value of attribute eBayGoodStanding.



25492
25493
25494
# File 'lib/eBay.rb', line 25492

def eBayGoodStanding
  @eBayGoodStanding
end

#eBayWikiReadOnlyObject

Returns the value of attribute eBayWikiReadOnly.



25512
25513
25514
# File 'lib/eBay.rb', line 25512

def eBayWikiReadOnly
  @eBayWikiReadOnly
end

#eIASTokenObject

Returns the value of attribute eIASToken.



25482
25483
25484
# File 'lib/eBay.rb', line 25482

def eIASToken
  @eIASToken
end

#emailObject

Returns the value of attribute email.



25484
25485
25486
# File 'lib/eBay.rb', line 25484

def email
  @email
end

#feedbackPrivateObject

Returns the value of attribute feedbackPrivate.



25489
25490
25491
# File 'lib/eBay.rb', line 25489

def feedbackPrivate
  @feedbackPrivate
end

#feedbackRatingStarObject

Returns the value of attribute feedbackRatingStar.



25490
25491
25492
# File 'lib/eBay.rb', line 25490

def feedbackRatingStar
  @feedbackRatingStar
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



25485
25486
25487
# File 'lib/eBay.rb', line 25485

def feedbackScore
  @feedbackScore
end

#iDVerifiedObject

Returns the value of attribute iDVerified.



25491
25492
25493
# File 'lib/eBay.rb', line 25491

def iDVerified
  @iDVerified
end

#motorsDealerObject

Returns the value of attribute motorsDealer.



25515
25516
25517
# File 'lib/eBay.rb', line 25515

def motorsDealer
  @motorsDealer
end

#newUserObject

Returns the value of attribute newUser.



25493
25494
25495
# File 'lib/eBay.rb', line 25493

def newUser
  @newUser
end

#payPalAccountLevelObject

Returns the value of attribute payPalAccountLevel.



25506
25507
25508
# File 'lib/eBay.rb', line 25506

def payPalAccountLevel
  @payPalAccountLevel
end

#payPalAccountStatusObject

Returns the value of attribute payPalAccountStatus.



25508
25509
25510
# File 'lib/eBay.rb', line 25508

def payPalAccountStatus
  @payPalAccountStatus
end

#payPalAccountTypeObject

Returns the value of attribute payPalAccountType.



25507
25508
25509
# File 'lib/eBay.rb', line 25507

def payPalAccountType
  @payPalAccountType
end

#positiveFeedbackPercentObject

Returns the value of attribute positiveFeedbackPercent.



25488
25489
25490
# File 'lib/eBay.rb', line 25488

def positiveFeedbackPercent
  @positiveFeedbackPercent
end

#registrationAddressObject

Returns the value of attribute registrationAddress.



25494
25495
25496
# File 'lib/eBay.rb', line 25494

def registrationAddress
  @registrationAddress
end

#registrationDateObject

Returns the value of attribute registrationDate.



25495
25496
25497
# File 'lib/eBay.rb', line 25495

def registrationDate
  @registrationDate
end

#rESTTokenObject

Returns the value of attribute rESTToken.



25483
25484
25485
# File 'lib/eBay.rb', line 25483

def rESTToken
  @rESTToken
end

#sellerInfoObject

Returns the value of attribute sellerInfo.



25503
25504
25505
# File 'lib/eBay.rb', line 25503

def sellerInfo
  @sellerInfo
end

#sellerPaymentMethodObject

Returns the value of attribute sellerPaymentMethod.



25516
25517
25518
# File 'lib/eBay.rb', line 25516

def sellerPaymentMethod
  @sellerPaymentMethod
end

#siteObject

Returns the value of attribute site.



25496
25497
25498
# File 'lib/eBay.rb', line 25496

def site
  @site
end

#siteVerifiedObject

Returns the value of attribute siteVerified.



25510
25511
25512
# File 'lib/eBay.rb', line 25510

def siteVerified
  @siteVerified
end

#skypeIDObject

Returns the value of attribute skypeID.



25511
25512
25513
# File 'lib/eBay.rb', line 25511

def skypeID
  @skypeID
end

#statusObject

Returns the value of attribute status.



25497
25498
25499
# File 'lib/eBay.rb', line 25497

def status
  @status
end

#tUVLevelObject

Returns the value of attribute tUVLevel.



25513
25514
25515
# File 'lib/eBay.rb', line 25513

def tUVLevel
  @tUVLevel
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



25486
25487
25488
# File 'lib/eBay.rb', line 25486

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniqueNeutralFeedbackCountObject

Returns the value of attribute uniqueNeutralFeedbackCount.



25519
25520
25521
# File 'lib/eBay.rb', line 25519

def uniqueNeutralFeedbackCount
  @uniqueNeutralFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



25487
25488
25489
# File 'lib/eBay.rb', line 25487

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userAnonymizedObject

Returns the value of attribute userAnonymized.



25518
25519
25520
# File 'lib/eBay.rb', line 25518

def userAnonymized
  @userAnonymized
end

#userIDObject

Returns the value of attribute userID.



25498
25499
25500
# File 'lib/eBay.rb', line 25498

def userID
  @userID
end

#userIDChangedObject

Returns the value of attribute userIDChanged.



25499
25500
25501
# File 'lib/eBay.rb', line 25499

def userIDChanged
  @userIDChanged
end

#userIDLastChangedObject

Returns the value of attribute userIDLastChanged.



25500
25501
25502
# File 'lib/eBay.rb', line 25500

def userIDLastChanged
  @userIDLastChanged
end

#userSubscriptionObject

Returns the value of attribute userSubscription.



25509
25510
25511
# File 'lib/eBay.rb', line 25509

def userSubscription
  @userSubscription
end

#vATIDObject

Returns the value of attribute vATID.



25514
25515
25516
# File 'lib/eBay.rb', line 25514

def vATID
  @vATID
end

#vATStatusObject

Returns the value of attribute vATStatus.



25501
25502
25503
# File 'lib/eBay.rb', line 25501

def vATStatus
  @vATStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



25522
25523
25524
# File 'lib/eBay.rb', line 25522

def set_any(elements)
  @__xmlele_any = elements
end