Class: HerokuFeatureDeployments::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/heroku_feature_deployments/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addonsObject

Returns the value of attribute addons.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def addons
  @addons
end

#collaboratorsObject

Returns the value of attribute collaborators.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def collaborators
  @collaborators
end

#dnsimple_api_keyObject

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_usernameObject

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

#domainObject

Returns the value of attribute domain.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def domain
  @domain
end

#env_varsObject

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_repoObject

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_tokenObject

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_nameObject

Returns the value of attribute heroku_account_name.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def 
  @heroku_account_name
end

#heroku_api_keyObject

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

#loggerObject

Returns the value of attribute logger.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def logger
  @logger
end

#namespaceObject

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_keyObject

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_idObject

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_sslObject

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

#regionObject

Returns the value of attribute region.



3
4
5
# File 'lib/heroku_feature_deployments/configuration.rb', line 3

def region
  @region
end