Class: Liminal::Adapters::DrySchemaV1::ImplicationNode
- Inherits:
-
Struct
- Object
- Struct
- Liminal::Adapters::DrySchemaV1::ImplicationNode
- Defined in:
- lib/liminal/adapters/dry_schema_v1.rb
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
14 15 16 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 14 def left @left end |
#right ⇒ Object
Returns the value of attribute right
14 15 16 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 14 def right @right end |