Class: EBay::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.



19993
19994
19995
19996
19997
19998
19999
20000
# File 'lib/eBay.rb', line 19993

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.



19987
19988
19989
# File 'lib/eBay.rb', line 19987

def __xmlele_any
  @__xmlele_any
end

#appIdObject

Returns the value of attribute appId.



19982
19983
19984
# File 'lib/eBay.rb', line 19982

def appId
  @appId
end

#authCertObject

Returns the value of attribute authCert.



19984
19985
19986
# File 'lib/eBay.rb', line 19984

def authCert
  @authCert
end

#devIdObject

Returns the value of attribute devId.



19983
19984
19985
# File 'lib/eBay.rb', line 19983

def devId
  @devId
end

#passwordObject

Returns the value of attribute password.



19986
19987
19988
# File 'lib/eBay.rb', line 19986

def password
  @password
end

#usernameObject

Returns the value of attribute username.



19985
19986
19987
# File 'lib/eBay.rb', line 19985

def username
  @username
end

Instance Method Details

#set_any(elements) ⇒ Object



19989
19990
19991
# File 'lib/eBay.rb', line 19989

def set_any(elements)
  @__xmlele_any = elements
end