Class: EBay::UserIdPasswordType
- Inherits:
-
Object
- Object
- EBay::UserIdPasswordType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#appId ⇒ Object
Returns the value of attribute appId.
-
#authCert ⇒ Object
Returns the value of attribute authCert.
-
#devId ⇒ Object
Returns the value of attribute devId.
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil) ⇒ UserIdPasswordType
constructor
A new instance of UserIdPasswordType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19987 19988 19989 |
# File 'lib/eBay.rb', line 19987 def __xmlele_any @__xmlele_any end |
#appId ⇒ Object
Returns the value of attribute appId.
19982 19983 19984 |
# File 'lib/eBay.rb', line 19982 def appId @appId end |
#authCert ⇒ Object
Returns the value of attribute authCert.
19984 19985 19986 |
# File 'lib/eBay.rb', line 19984 def authCert @authCert end |
#devId ⇒ Object
Returns the value of attribute devId.
19983 19984 19985 |
# File 'lib/eBay.rb', line 19983 def devId @devId end |
#password ⇒ Object
Returns the value of attribute password.
19986 19987 19988 |
# File 'lib/eBay.rb', line 19986 def password @password end |
#username ⇒ Object
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 |