Class: DocuSign_eSign::LoginOptions
- Inherits:
-
Object
- Object
- DocuSign_eSign::LoginOptions
- Defined in:
- lib/docusign_esign/api/authentication_api.rb
Instance Attribute Summary collapse
-
#api_password ⇒ Object
When set to true, shows the account API password in the response.
-
#embed_account_id_guid ⇒ Object
Returns the value of attribute embed_account_id_guid.
-
#include_account_id_guid ⇒ Object
When set to true, shows the account ID GUID in the response.
-
#login_settings ⇒ Object
Determines whether login settings are returned in the response.
Class Method Summary collapse
Instance Attribute Details
#api_password ⇒ Object
When set to true, shows the account API password in the response.
19 20 21 |
# File 'lib/docusign_esign/api/authentication_api.rb', line 19 def api_password @api_password end |
#embed_account_id_guid ⇒ Object
Returns the value of attribute embed_account_id_guid.
22 23 24 |
# File 'lib/docusign_esign/api/authentication_api.rb', line 22 def @embed_account_id_guid end |
#include_account_id_guid ⇒ Object
When set to true, shows the account ID GUID in the response.
25 26 27 |
# File 'lib/docusign_esign/api/authentication_api.rb', line 25 def include_account_id_guid @include_account_id_guid end |
#login_settings ⇒ Object
Determines whether login settings are returned in the response. Valid Values: * all - All the login settings are returned. * none - no login settings are returned.
28 29 30 |
# File 'lib/docusign_esign/api/authentication_api.rb', line 28 def login_settings @login_settings end |
Class Method Details
.default ⇒ Object
30 31 32 |
# File 'lib/docusign_esign/api/authentication_api.rb', line 30 def self.default @@default ||= LoginOptions.new end |