Class: Campaigning::UserGetApiKeyResponse
- Inherits:
-
Object
- Object
- Campaigning::UserGetApiKeyResponse
- Defined in:
- lib/campaigning/soap/generated/default.rb
Overview
/User.GetApiKeyResponse
user_GetApiKeyResult - (any)
Instance Attribute Summary collapse
-
#user_GetApiKeyResult ⇒ Object
Returns the value of attribute user_GetApiKeyResult.
Instance Method Summary collapse
-
#initialize(user_GetApiKeyResult = nil) ⇒ UserGetApiKeyResponse
constructor
A new instance of UserGetApiKeyResponse.
Constructor Details
#initialize(user_GetApiKeyResult = nil) ⇒ UserGetApiKeyResponse
Returns a new instance of UserGetApiKeyResponse.
487 488 489 |
# File 'lib/campaigning/soap/generated/default.rb', line 487 def initialize(user_GetApiKeyResult = nil) @user_GetApiKeyResult = user_GetApiKeyResult end |
Instance Attribute Details
#user_GetApiKeyResult ⇒ Object
Returns the value of attribute user_GetApiKeyResult.
485 486 487 |
# File 'lib/campaigning/soap/generated/default.rb', line 485 def user_GetApiKeyResult @user_GetApiKeyResult end |