Class: Monosasi::DSL::Context::Rule::Target::EcsParameters::NetworkConfiguration::AwsvpcConfiguration

Inherits:
Object
  • Object
show all
Includes:
TemplateHelper
Defined in:
lib/monosasi/dsl/context/rule/target/ecs_parameters.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from TemplateHelper

#context, #include_template

Constructor Details

#initialize(context, &block) ⇒ AwsvpcConfiguration

Returns a new instance of AwsvpcConfiguration.



58
59
60
61
62
# File 'lib/monosasi/dsl/context/rule/target/ecs_parameters.rb', line 58

def initialize(context, &block)
  @context = context
  @result = {}
  instance_eval(&block)
end

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



64
65
66
# File 'lib/monosasi/dsl/context/rule/target/ecs_parameters.rb', line 64

def result
  @result
end