Class: ClickSign::Configuration
- Inherits:
-
Object
- Object
- ClickSign::Configuration
- Defined in:
- lib/click_sign/configuration.rb
Class Attribute Summary collapse
-
.access_token ⇒ Object
Returns the value of attribute access_token.
-
.access_token_env ⇒ Object
Returns the value of attribute access_token_env.
-
.api_version ⇒ Object
Returns the value of attribute api_version.
-
.api_version_env ⇒ Object
Returns the value of attribute api_version_env.
-
.base_env ⇒ Object
Returns the value of attribute base_env.
-
.sandbox ⇒ Object
Returns the value of attribute sandbox.
-
.sandbox_url ⇒ Object
Returns the value of attribute sandbox_url.
-
.sandbox_url_env ⇒ Object
Returns the value of attribute sandbox_url_env.
-
.url ⇒ Object
Returns the value of attribute url.
-
.url_env ⇒ Object
Returns the value of attribute url_env.
Class Attribute Details
.access_token ⇒ Object
Returns the value of attribute access_token.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def access_token @access_token end |
.access_token_env ⇒ Object
Returns the value of attribute access_token_env.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def access_token_env @access_token_env end |
.api_version ⇒ Object
Returns the value of attribute api_version.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def api_version @api_version end |
.api_version_env ⇒ Object
Returns the value of attribute api_version_env.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def api_version_env @api_version_env end |
.base_env ⇒ Object
Returns the value of attribute base_env.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def base_env @base_env end |
.sandbox ⇒ Object
Returns the value of attribute sandbox.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def sandbox @sandbox end |
.sandbox_url ⇒ Object
Returns the value of attribute sandbox_url.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def sandbox_url @sandbox_url end |
.sandbox_url_env ⇒ Object
Returns the value of attribute sandbox_url_env.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def sandbox_url_env @sandbox_url_env end |
.url ⇒ Object
Returns the value of attribute url.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def url @url end |
.url_env ⇒ Object
Returns the value of attribute url_env.
17 18 19 |
# File 'lib/click_sign/configuration.rb', line 17 def url_env @url_env end |