Class: DockHealthApi::Config
- Inherits:
-
Object
- Object
- DockHealthApi::Config
- Defined in:
- lib/dock_health_api/config.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#api_base ⇒ Object
Returns the value of attribute api_base.
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#iframe_base_url ⇒ Object
Returns the value of attribute iframe_base_url.
-
#org_id ⇒ Object
Returns the value of attribute org_id.
-
#resource_url ⇒ Object
Returns the value of attribute resource_url.
-
#token_url ⇒ Object
Returns the value of attribute token_url.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def api @api end |
#api_base ⇒ Object
Returns the value of attribute api_base.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def api_base @api_base end |
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def api_secret @api_secret end |
#debug ⇒ Object
Returns the value of attribute debug.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def debug @debug end |
#iframe_base_url ⇒ Object
Returns the value of attribute iframe_base_url.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def iframe_base_url @iframe_base_url end |
#org_id ⇒ Object
Returns the value of attribute org_id.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def org_id @org_id end |
#resource_url ⇒ Object
Returns the value of attribute resource_url.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def resource_url @resource_url end |
#token_url ⇒ Object
Returns the value of attribute token_url.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def token_url @token_url end |
#user_id ⇒ Object
Returns the value of attribute user_id.
3 4 5 |
# File 'lib/dock_health_api/config.rb', line 3 def user_id @user_id end |