Class: Campaigning::UserGetApiKeyResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/campaigning/soap/generated/default.rb

Overview

/User.GetApiKeyResponse

user_GetApiKeyResult - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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_GetApiKeyResultObject

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