Class: Liminal::Adapters::DrySchemaV1::KeyNode
- Inherits:
-
Struct
- Object
- Struct
- Liminal::Adapters::DrySchemaV1::KeyNode
- Defined in:
- lib/liminal/adapters/dry_schema_v1.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#rule ⇒ Object
Returns the value of attribute rule.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 17 def name @name end |
#rule ⇒ Object
Returns the value of attribute rule
17 18 19 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 17 def rule @rule end |