Class: KDL::V1::Value::String
- Inherits:
-
KDL::Value::String
- Object
- KDL::Value
- KDL::Value::String
- KDL::V1::Value::String
- Includes:
- Methods
- Defined in:
- lib/kdl/v1/value.rb
Constant Summary
Constants inherited from KDL::Value
Instance Attribute Summary
Attributes inherited from KDL::Value
Instance Method Summary collapse
Methods included from Methods
#==, #to_s, #to_v1, #to_v2, #version
Methods inherited from KDL::Value::String
Methods inherited from KDL::Value
#==, #as_type, from, #initialize, #inspect, #method_missing, #respond_to_missing?, #to_s, #to_v2, #version
Constructor Details
This class inherits a constructor from KDL::Value
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class KDL::Value
Instance Method Details
#stringify_value ⇒ Object
61 62 63 |
# File 'lib/kdl/v1/value.rb', line 61 def stringify_value StringDumper.call(value) end |