Class: TerraspacePluginAws::Interfaces::Decorator::Base
- Inherits:
-
Object
- Object
- TerraspacePluginAws::Interfaces::Decorator::Base
- Defined in:
- lib/terraspace_plugin_aws/interfaces/decorator/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(props = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(props = {}) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/terraspace_plugin_aws/interfaces/decorator/base.rb', line 3 def initialize(props={}) @props = props end |