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

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

Defined Under Namespace

Classes: AwsvpcConfiguration

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from TemplateHelper

#context, #include_template

Constructor Details

#initialize(context, &block) ⇒ NetworkConfiguration

Returns a new instance of NetworkConfiguration.



41
42
43
44
45
# File 'lib/monosasi/dsl/context/rule/target/ecs_parameters.rb', line 41

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

Instance Attribute Details

#resultObject (readonly)

Returns the value of attribute result.



47
48
49
# File 'lib/monosasi/dsl/context/rule/target/ecs_parameters.rb', line 47

def result
  @result
end