Class: Liminal::Adapters::DrySchemaV1::KeyNode

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



17
18
19
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 17

def name
  @name
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



17
18
19
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 17

def rule
  @rule
end