Module: Aws::Cfn::Yats

Defined in:
lib/aws/cfn/yats/base.rb,
lib/aws/cfn/yats/fncall.rb,
lib/aws/cfn/yats/json2rb.rb,
lib/aws/cfn/yats/version.rb,
lib/aws/cfn/yats/json2yaml.rb,
lib/aws/cfn/yats/yaml2json.rb

Defined Under Namespace

Classes: Base, FnCall, Json2Rb, Json2Yaml, Yaml2Json

Constant Summary collapse

VERSION =
"0.1.8"

Instance Attribute Summary collapse

Instance Attribute Details

#jsonObject

Returns the value of attribute json.



16
17
18
# File 'lib/aws/cfn/yats/base.rb', line 16

def json
  @json
end

#simpleObject

Returns the value of attribute simple.



17
18
19
# File 'lib/aws/cfn/yats/base.rb', line 17

def simple
  @simple
end

#templateObject

Returns the value of attribute template.



15
16
17
# File 'lib/aws/cfn/yats/base.rb', line 15

def template
  @template
end