Class: UserIdPasswordType
- Inherits:
-
Object
- Object
- UserIdPasswordType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUserIdPasswordType
Constant Summary collapse
- @@schema_type =
"UserIdPasswordType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["appId", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AppId")]], ["devId", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DevId")]], ["authCert", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AuthCert")]], ["username", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Username")]], ["password", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Password")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
14674 14675 14676 14677 14678 14679 14680 14681 |
# File 'lib/eBay.rb', line 14674 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.
14668 14669 14670 |
# File 'lib/eBay.rb', line 14668 def __xmlele_any @__xmlele_any end |
#appId ⇒ Object
Returns the value of attribute appId.
14663 14664 14665 |
# File 'lib/eBay.rb', line 14663 def appId @appId end |
#authCert ⇒ Object
Returns the value of attribute authCert.
14665 14666 14667 |
# File 'lib/eBay.rb', line 14665 def authCert @authCert end |
#devId ⇒ Object
Returns the value of attribute devId.
14664 14665 14666 |
# File 'lib/eBay.rb', line 14664 def devId @devId end |
#password ⇒ Object
Returns the value of attribute password.
14667 14668 14669 |
# File 'lib/eBay.rb', line 14667 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
14666 14667 14668 |
# File 'lib/eBay.rb', line 14666 def username @username end |
Instance Method Details
#set_any(elements) ⇒ Object
14670 14671 14672 |
# File 'lib/eBay.rb', line 14670 def set_any(elements) @__xmlele_any = elements end |