Module: Lsaws

Defined in:
lib/lsaws.rb,
lib/lsaws/cli.rb,
lib/lsaws/utils.rb,
lib/lsaws/lister.rb,
lib/lsaws/version.rb,
lib/lsaws/sdk_parser.rb

Defined Under Namespace

Modules: Utils Classes: CLI, Error, Lister, SDKParser

Constant Summary collapse

VERSION =
"0.4.0"

Class Method Summary collapse

Class Method Details

.configObject



12
13
14
# File 'lib/lsaws.rb', line 12

def self.config
  @config ||= YAML.load_file(File.join(Lsaws.root, "lsaws.yml"))
end

.rootObject



8
9
10
# File 'lib/lsaws.rb', line 8

def self.root
  File.dirname(File.dirname(File.expand_path(__FILE__)))
end