Class: HerokuFeatureDeployments::Configuration
- Inherits:
-
Object
- Object
- HerokuFeatureDeployments::Configuration
- Defined in:
- lib/heroku_feature_deployments/configuration.rb
Instance Attribute Summary collapse
-
#addons ⇒ Object
Returns the value of attribute addons.
-
#collaborators ⇒ Object
Returns the value of attribute collaborators.
-
#dnsimple_api_key ⇒ Object
Returns the value of attribute dnsimple_api_key.
-
#dnsimple_username ⇒ Object
Returns the value of attribute dnsimple_username.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#env_vars ⇒ Object
Returns the value of attribute env_vars.
-
#github_repo ⇒ Object
Returns the value of attribute github_repo.
-
#github_token ⇒ Object
Returns the value of attribute github_token.
-
#heroku_account_name ⇒ Object
Returns the value of attribute heroku_account_name.
-
#heroku_api_key ⇒ Object
Returns the value of attribute heroku_api_key.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#namespace ⇒ Object
Returns the value of attribute namespace.
-
#pivotal_tracker_api_key ⇒ Object
Returns the value of attribute pivotal_tracker_api_key.
-
#pivotal_tracker_project_id ⇒ Object
Returns the value of attribute pivotal_tracker_project_id.
-
#pivotal_use_ssl ⇒ Object
Returns the value of attribute pivotal_use_ssl.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#addons ⇒ Object
Returns the value of attribute addons.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def addons @addons end |
#collaborators ⇒ Object
Returns the value of attribute collaborators.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def collaborators @collaborators end |
#dnsimple_api_key ⇒ Object
Returns the value of attribute dnsimple_api_key.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def dnsimple_api_key @dnsimple_api_key end |
#dnsimple_username ⇒ Object
Returns the value of attribute dnsimple_username.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def dnsimple_username @dnsimple_username end |
#domain ⇒ Object
Returns the value of attribute domain.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def domain @domain end |
#env_vars ⇒ Object
Returns the value of attribute env_vars.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def env_vars @env_vars end |
#github_repo ⇒ Object
Returns the value of attribute github_repo.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def github_repo @github_repo end |
#github_token ⇒ Object
Returns the value of attribute github_token.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def github_token @github_token end |
#heroku_account_name ⇒ Object
Returns the value of attribute heroku_account_name.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def heroku_account_name @heroku_account_name end |
#heroku_api_key ⇒ Object
Returns the value of attribute heroku_api_key.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def heroku_api_key @heroku_api_key end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def logger @logger end |
#namespace ⇒ Object
Returns the value of attribute namespace.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def namespace @namespace end |
#pivotal_tracker_api_key ⇒ Object
Returns the value of attribute pivotal_tracker_api_key.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def pivotal_tracker_api_key @pivotal_tracker_api_key end |
#pivotal_tracker_project_id ⇒ Object
Returns the value of attribute pivotal_tracker_project_id.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def pivotal_tracker_project_id @pivotal_tracker_project_id end |
#pivotal_use_ssl ⇒ Object
Returns the value of attribute pivotal_use_ssl.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def pivotal_use_ssl @pivotal_use_ssl end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/heroku_feature_deployments/configuration.rb', line 3 def region @region end |