Class: Dyna::DSL::Converter
- Inherits:
-
Object
- Object
- Dyna::DSL::Converter
- Defined in:
- lib/dyna/dsl/converter.rb
Class Method Summary collapse
Instance Method Summary collapse
- #convert ⇒ Object
-
#initialize(region, exported) ⇒ Converter
constructor
A new instance of Converter.
Constructor Details
#initialize(region, exported) ⇒ Converter
Returns a new instance of Converter.
10 11 12 13 |
# File 'lib/dyna/dsl/converter.rb', line 10 def initialize(region, exported) @region = region @exported = exported end |
Class Method Details
.convert(region, exported) ⇒ Object
5 6 7 |
# File 'lib/dyna/dsl/converter.rb', line 5 def convert(region, exported) self.new(region, exported).convert end |
Instance Method Details
#convert ⇒ Object
15 16 17 |
# File 'lib/dyna/dsl/converter.rb', line 15 def convert output_dynamo_db end |