Class: Liminal::Adapters::DrySchemaV1::ImplicationNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/liminal/adapters/dry_schema_v1.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



14
15
16
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 14

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



14
15
16
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 14

def right
  @right
end