Class: DeisDeployRedant::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_urlObject

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_mergesObject

Returns the value of attribute deploy_message_merges.



6
7
8
# File 'lib/deis_deploy_redant/configuration.rb', line 6

def deploy_message_merges
  @deploy_message_merges
end

#remote_nameObject

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