Class: Fluent::Config::YamlParser::FluentValue::JsonValue
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Config::YamlParser::FluentValue::JsonValue
- Defined in:
- lib/fluent/config/yaml_parser/fluent_value.rb
Instance Attribute Summary collapse
-
#val ⇒ Object
Returns the value of attribute val.
Instance Method Summary collapse
Instance Attribute Details
permalink #val ⇒ Object
Returns the value of attribute val
21 22 23 |
# File 'lib/fluent/config/yaml_parser/fluent_value.rb', line 21 def val @val end |