Class: RailVerdict::StrictYaml::Error
- Inherits:
-
Error
- Object
- Error
- RailVerdict::StrictYaml::Error
- Defined in:
- lib/rail_verdict/strict_yaml.rb
Instance Attribute Summary collapse
-
#property_path ⇒ Object
readonly
Returns the value of attribute property_path.
Instance Method Summary collapse
-
#initialize(message, property_path: nil) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, property_path: nil) ⇒ Error
Returns a new instance of Error.
10 11 12 13 |
# File 'lib/rail_verdict/strict_yaml.rb', line 10 def initialize(, property_path: nil) super() @property_path = property_path end |
Instance Attribute Details
#property_path ⇒ Object (readonly)
Returns the value of attribute property_path.
8 9 10 |
# File 'lib/rail_verdict/strict_yaml.rb', line 8 def property_path @property_path end |