Class: Campaigning::UserGetApiKey
- Inherits:
-
Object
- Object
- Campaigning::UserGetApiKey
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetApiKey
siteUrl - SOAP::SOAPString
username - SOAP::SOAPString
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#siteUrl ⇒ Object
Returns the value of attribute siteUrl.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(siteUrl = nil, username = nil, password = nil) ⇒ UserGetApiKey
constructor
A new instance of UserGetApiKey.
Constructor Details
#initialize(siteUrl = nil, username = nil, password = nil) ⇒ UserGetApiKey
Returns a new instance of UserGetApiKey.
475 476 477 478 479 |
# File 'lib/campaigning/soap/generated/default.rb', line 475 def initialize(siteUrl = nil, username = nil, password = nil) @siteUrl = siteUrl @username = username @password = password end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
473 474 475 |
# File 'lib/campaigning/soap/generated/default.rb', line 473 def password @password end |
#siteUrl ⇒ Object
Returns the value of attribute siteUrl.
471 472 473 |
# File 'lib/campaigning/soap/generated/default.rb', line 471 def siteUrl @siteUrl end |
#username ⇒ Object
Returns the value of attribute username.
472 473 474 |
# File 'lib/campaigning/soap/generated/default.rb', line 472 def username @username end |