Class: UserIdPasswordType

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

Overview

urn:ebay:apis:eBLBaseComponentsUserIdPasswordType

appId - SOAP::SOAPString
devId - SOAP::SOAPString
authCert - SOAP::SOAPString
username - SOAP::SOAPString
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil) ⇒ UserIdPasswordType

Returns a new instance of UserIdPasswordType.



16093
16094
16095
16096
16097
16098
16099
16100
# File 'lib/eBay.rb', line 16093

def initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil)
  @appId = appId
  @devId = devId
  @authCert = authCert
  @username = username
  @password = password
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16087
16088
16089
# File 'lib/eBay.rb', line 16087

def __xmlele_any
  @__xmlele_any
end

#appIdObject

Returns the value of attribute appId.



16082
16083
16084
# File 'lib/eBay.rb', line 16082

def appId
  @appId
end

#authCertObject

Returns the value of attribute authCert.



16084
16085
16086
# File 'lib/eBay.rb', line 16084

def authCert
  @authCert
end

#devIdObject

Returns the value of attribute devId.



16083
16084
16085
# File 'lib/eBay.rb', line 16083

def devId
  @devId
end

#passwordObject

Returns the value of attribute password.



16086
16087
16088
# File 'lib/eBay.rb', line 16086

def password
  @password
end

#usernameObject

Returns the value of attribute username.



16085
16086
16087
# File 'lib/eBay.rb', line 16085

def username
  @username
end

Instance Method Details

#set_any(elements) ⇒ Object



16089
16090
16091
# File 'lib/eBay.rb', line 16089

def set_any(elements)
  @__xmlele_any = elements
end