Class: EBay::UserType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserType

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35141
35142
35143
# File 'lib/eBay.rb', line 35141

def __xmlele_any
  @__xmlele_any
end

#aboutMePageObject

Returns the value of attribute aboutMePage.



35096
35097
35098
# File 'lib/eBay.rb', line 35096

def aboutMePage
  @aboutMePage
end

#biddingSummaryObject

Returns the value of attribute biddingSummary.



35131
35132
35133
# File 'lib/eBay.rb', line 35131

def biddingSummary
  @biddingSummary
end

#billingEmailObject

Returns the value of attribute billingEmail.



35135
35136
35137
# File 'lib/eBay.rb', line 35135

def billingEmail
  @billingEmail
end

#businessRoleObject

Returns the value of attribute businessRole.



35118
35119
35120
# File 'lib/eBay.rb', line 35118

def businessRole
  @businessRole
end

#buyerInfoObject

Returns the value of attribute buyerInfo.



35116
35117
35118
# File 'lib/eBay.rb', line 35116

def buyerInfo
  @buyerInfo
end

#charityAffiliationsObject

Returns the value of attribute charityAffiliations.



35119
35120
35121
# File 'lib/eBay.rb', line 35119

def charityAffiliations
  @charityAffiliations
end

#eBayGoodStandingObject

Returns the value of attribute eBayGoodStanding.



35106
35107
35108
# File 'lib/eBay.rb', line 35106

def eBayGoodStanding
  @eBayGoodStanding
end

#eBayWikiReadOnlyObject

Returns the value of attribute eBayWikiReadOnly.



35126
35127
35128
# File 'lib/eBay.rb', line 35126

def eBayWikiReadOnly
  @eBayWikiReadOnly
end

#eIASTokenObject

Returns the value of attribute eIASToken.



35097
35098
35099
# File 'lib/eBay.rb', line 35097

def eIASToken
  @eIASToken
end

#emailObject

Returns the value of attribute email.



35098
35099
35100
# File 'lib/eBay.rb', line 35098

def email
  @email
end

#enterpriseSellerObject

Returns the value of attribute enterpriseSeller.



35134
35135
35136
# File 'lib/eBay.rb', line 35134

def enterpriseSeller
  @enterpriseSeller
end

#feedbackPrivateObject

Returns the value of attribute feedbackPrivate.



35103
35104
35105
# File 'lib/eBay.rb', line 35103

def feedbackPrivate
  @feedbackPrivate
end

#feedbackRatingStarObject

Returns the value of attribute feedbackRatingStar.



35104
35105
35106
# File 'lib/eBay.rb', line 35104

def feedbackRatingStar
  @feedbackRatingStar
end

#feedbackScoreObject

Returns the value of attribute feedbackScore.



35099
35100
35101
# File 'lib/eBay.rb', line 35099

def feedbackScore
  @feedbackScore
end

#iDVerifiedObject

Returns the value of attribute iDVerified.



35105
35106
35107
# File 'lib/eBay.rb', line 35105

def iDVerified
  @iDVerified
end

#motorsDealerObject

Returns the value of attribute motorsDealer.



35129
35130
35131
# File 'lib/eBay.rb', line 35129

def motorsDealer
  @motorsDealer
end

#newUserObject

Returns the value of attribute newUser.



35107
35108
35109
# File 'lib/eBay.rb', line 35107

def newUser
  @newUser
end

#payPalAccountLevelObject

Returns the value of attribute payPalAccountLevel.



35120
35121
35122
# File 'lib/eBay.rb', line 35120

def payPalAccountLevel
  @payPalAccountLevel
end

#payPalAccountStatusObject

Returns the value of attribute payPalAccountStatus.



35122
35123
35124
# File 'lib/eBay.rb', line 35122

def payPalAccountStatus
  @payPalAccountStatus
end

#payPalAccountTypeObject

Returns the value of attribute payPalAccountType.



35121
35122
35123
# File 'lib/eBay.rb', line 35121

def payPalAccountType
  @payPalAccountType
end

#positiveFeedbackPercentObject

Returns the value of attribute positiveFeedbackPercent.



35102
35103
35104
# File 'lib/eBay.rb', line 35102

def positiveFeedbackPercent
  @positiveFeedbackPercent
end

#qualifiesForSellingObject

Returns the value of attribute qualifiesForSelling.



35136
35137
35138
# File 'lib/eBay.rb', line 35136

def qualifiesForSelling
  @qualifiesForSelling
end

#registrationAddressObject

Returns the value of attribute registrationAddress.



35108
35109
35110
# File 'lib/eBay.rb', line 35108

def registrationAddress
  @registrationAddress
end

#registrationDateObject

Returns the value of attribute registrationDate.



35109
35110
35111
# File 'lib/eBay.rb', line 35109

def registrationDate
  @registrationDate
end

#sellerInfoObject

Returns the value of attribute sellerInfo.



35117
35118
35119
# File 'lib/eBay.rb', line 35117

def sellerInfo
  @sellerInfo
end

#sellerPaymentMethodObject

Returns the value of attribute sellerPaymentMethod.



35130
35131
35132
# File 'lib/eBay.rb', line 35130

def sellerPaymentMethod
  @sellerPaymentMethod
end

#shippingAddressObject

Returns the value of attribute shippingAddress.



35138
35139
35140
# File 'lib/eBay.rb', line 35138

def shippingAddress
  @shippingAddress
end

#siteObject

Returns the value of attribute site.



35110
35111
35112
# File 'lib/eBay.rb', line 35110

def site
  @site
end

#siteVerifiedObject

Returns the value of attribute siteVerified.



35124
35125
35126
# File 'lib/eBay.rb', line 35124

def siteVerified
  @siteVerified
end

#skypeIDObject

Returns the value of attribute skypeID.



35125
35126
35127
# File 'lib/eBay.rb', line 35125

def skypeID
  @skypeID
end

#staticAliasObject

Returns the value of attribute staticAlias.



35137
35138
35139
# File 'lib/eBay.rb', line 35137

def staticAlias
  @staticAlias
end

#statusObject

Returns the value of attribute status.



35111
35112
35113
# File 'lib/eBay.rb', line 35111

def status
  @status
end

#tUVLevelObject

Returns the value of attribute tUVLevel.



35127
35128
35129
# File 'lib/eBay.rb', line 35127

def tUVLevel
  @tUVLevel
end

#uniqueNegativeFeedbackCountObject

Returns the value of attribute uniqueNegativeFeedbackCount.



35100
35101
35102
# File 'lib/eBay.rb', line 35100

def uniqueNegativeFeedbackCount
  @uniqueNegativeFeedbackCount
end

#uniqueNeutralFeedbackCountObject

Returns the value of attribute uniqueNeutralFeedbackCount.



35133
35134
35135
# File 'lib/eBay.rb', line 35133

def uniqueNeutralFeedbackCount
  @uniqueNeutralFeedbackCount
end

#uniquePositiveFeedbackCountObject

Returns the value of attribute uniquePositiveFeedbackCount.



35101
35102
35103
# File 'lib/eBay.rb', line 35101

def uniquePositiveFeedbackCount
  @uniquePositiveFeedbackCount
end

#userAnonymizedObject

Returns the value of attribute userAnonymized.



35132
35133
35134
# File 'lib/eBay.rb', line 35132

def userAnonymized
  @userAnonymized
end

#userFirstNameObject

Returns the value of attribute userFirstName.



35139
35140
35141
# File 'lib/eBay.rb', line 35139

def userFirstName
  @userFirstName
end

#userIDObject

Returns the value of attribute userID.



35112
35113
35114
# File 'lib/eBay.rb', line 35112

def userID
  @userID
end

#userIDChangedObject

Returns the value of attribute userIDChanged.



35113
35114
35115
# File 'lib/eBay.rb', line 35113

def userIDChanged
  @userIDChanged
end

#userIDLastChangedObject

Returns the value of attribute userIDLastChanged.



35114
35115
35116
# File 'lib/eBay.rb', line 35114

def userIDLastChanged
  @userIDLastChanged
end

#userLastNameObject

Returns the value of attribute userLastName.



35140
35141
35142
# File 'lib/eBay.rb', line 35140

def userLastName
  @userLastName
end

#userSubscriptionObject

Returns the value of attribute userSubscription.



35123
35124
35125
# File 'lib/eBay.rb', line 35123

def userSubscription
  @userSubscription
end

#vATIDObject

Returns the value of attribute vATID.



35128
35129
35130
# File 'lib/eBay.rb', line 35128

def vATID
  @vATID
end

#vATStatusObject

Returns the value of attribute vATStatus.



35115
35116
35117
# File 'lib/eBay.rb', line 35115

def vATStatus
  @vATStatus
end

Instance Method Details

#set_any(elements) ⇒ Object



35143
35144
35145
# File 'lib/eBay.rb', line 35143

def set_any(elements)
  @__xmlele_any = elements
end