Module: Awspec
- Defined in:
- lib/awspec.rb,
lib/awspec/cli.rb,
lib/awspec/stub.rb,
lib/awspec/error.rb,
lib/awspec/setup.rb,
lib/awspec/config.rb,
lib/awspec/toolbox.rb,
lib/awspec/version.rb,
lib/awspec/helper/type.rb,
lib/awspec/resource_reader.rb,
lib/awspec/command/generate.rb
Defined Under Namespace
Modules: BlackListForwardable, Generator, Helper, Type Classes: CLI, Config, DuplicatedResourceTypeError, Generate, InvalidAccountError, NoExistingResource, ResourceReader, Setup, Stub, Toolbox, UnknownConfiguration
Constant Summary collapse
- VERSION =
'1.29.0'
Class Method Summary collapse
Class Method Details
.configure {|Config.instance| ... } ⇒ Object
40 41 42 |
# File 'lib/awspec/config.rb', line 40 def self.configure yield(Config.instance) end |