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.6"
Instance Attribute Summary collapse
-
#json ⇒ Object
Returns the value of attribute json.
-
#simple ⇒ Object
Returns the value of attribute simple.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#json ⇒ Object
Returns the value of attribute json.
15 16 17 |
# File 'lib/aws/cfn/yats/base.rb', line 15 def json @json end |
#simple ⇒ Object
Returns the value of attribute simple.
16 17 18 |
# File 'lib/aws/cfn/yats/base.rb', line 16 def simple @simple end |
#template ⇒ Object
Returns the value of attribute template.
14 15 16 |
# File 'lib/aws/cfn/yats/base.rb', line 14 def template @template end |