Class: UserIdPasswordType
- Inherits:
-
Object
- Object
- UserIdPasswordType
- Defined in:
- lib/paypal-business/default.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")]], ["signature", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Signature")]], ["subject", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Subject")]] ]
Instance Attribute Summary collapse
-
#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.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil, signature = nil, subject = nil) ⇒ UserIdPasswordType
constructor
A new instance of UserIdPasswordType.
Constructor Details
#initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil, signature = nil, subject = nil) ⇒ UserIdPasswordType
Returns a new instance of UserIdPasswordType.
4089 4090 4091 4092 4093 4094 4095 4096 4097 |
# File 'lib/paypal-business/default.rb', line 4089 def initialize(appId = nil, devId = nil, authCert = nil, username = nil, password = nil, signature = nil, subject = nil) @appId = appId @devId = devId @authCert = authCert @username = username @password = password @signature = signature @subject = subject end |
Instance Attribute Details
#appId ⇒ Object
Returns the value of attribute appId.
4081 4082 4083 |
# File 'lib/paypal-business/default.rb', line 4081 def appId @appId end |
#authCert ⇒ Object
Returns the value of attribute authCert.
4083 4084 4085 |
# File 'lib/paypal-business/default.rb', line 4083 def authCert @authCert end |
#devId ⇒ Object
Returns the value of attribute devId.
4082 4083 4084 |
# File 'lib/paypal-business/default.rb', line 4082 def devId @devId end |
#password ⇒ Object
Returns the value of attribute password.
4085 4086 4087 |
# File 'lib/paypal-business/default.rb', line 4085 def password @password end |
#signature ⇒ Object
Returns the value of attribute signature.
4086 4087 4088 |
# File 'lib/paypal-business/default.rb', line 4086 def signature @signature end |
#subject ⇒ Object
Returns the value of attribute subject.
4087 4088 4089 |
# File 'lib/paypal-business/default.rb', line 4087 def subject @subject end |
#username ⇒ Object
Returns the value of attribute username.
4084 4085 4086 |
# File 'lib/paypal-business/default.rb', line 4084 def username @username end |