Class: DeisDeployRedant::Configuration
- Inherits:
-
Object
- Object
- DeisDeployRedant::Configuration
- Defined in:
- lib/deis_deploy_redant/configuration.rb
Instance Attribute Summary collapse
-
#billing_app_url ⇒ Object
Returns the value of attribute billing_app_url.
-
#deploy_message_merges ⇒ Object
Returns the value of attribute deploy_message_merges.
-
#remote_name ⇒ Object
Returns the value of attribute remote_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 11 12 |
# File 'lib/deis_deploy_redant/configuration.rb', line 8 def initialize @remote_name = 'deis' @billing_app_url = '' @deploy_message_merges = true end |
Instance Attribute Details
#billing_app_url ⇒ Object
Returns the value of attribute billing_app_url.
5 6 7 |
# File 'lib/deis_deploy_redant/configuration.rb', line 5 def billing_app_url @billing_app_url end |
#deploy_message_merges ⇒ Object
Returns the value of attribute deploy_message_merges.
6 7 8 |
# File 'lib/deis_deploy_redant/configuration.rb', line 6 def @deploy_message_merges end |
#remote_name ⇒ Object
Returns the value of attribute remote_name.
4 5 6 |
# File 'lib/deis_deploy_redant/configuration.rb', line 4 def remote_name @remote_name end |