Class: DocuSign_eSign::LoginOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/docusign_esign/api/authentication_api.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#api_passwordObject

When set to true, shows the account API password in the response.



18
19
20
# File 'lib/docusign_esign/api/authentication_api.rb', line 18

def api_password
  @api_password
end

#embed_account_id_guidObject

Returns the value of attribute embed_account_id_guid.



21
22
23
# File 'lib/docusign_esign/api/authentication_api.rb', line 21

def 
  @embed_account_id_guid
end

#include_account_id_guidObject

When set to true, shows the account ID GUID in the response.



24
25
26
# File 'lib/docusign_esign/api/authentication_api.rb', line 24

def 
  @include_account_id_guid
end

#login_settingsObject

Determines whether login settings are returned in the response. Valid Values: * all - All the login settings are returned. * none - no login settings are returned.



27
28
29
# File 'lib/docusign_esign/api/authentication_api.rb', line 27

def 
  @login_settings
end

Class Method Details

.defaultObject



29
30
31
# File 'lib/docusign_esign/api/authentication_api.rb', line 29

def self.default
  @@default ||= LoginOptions.new
end