Class: Liminal::Adapters::DrySchemaV1::PredicateNode

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



10
11
12
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 10

def arguments
  @arguments
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 10

def name
  @name
end