Class: Dployr::Commands::Config

Inherits:
Base
  • Object
show all
Defined in:
lib/dployr/commands/config.rb

Instance Method Summary collapse

Methods inherited from Base

#create, #create_compute_client, #get_config, #get_region_config

Methods included from Utils

parse_attributes, parse_flags, parse_matrix

Constructor Details

#initialize(options) ⇒ Config

Returns a new instance of Config.



7
8
9
10
# File 'lib/dployr/commands/config.rb', line 7

def initialize(options)
  super options
  render_file
end