Class: Liminal::Adapters::DrySchemaV1::PredicateNode
- Inherits:
-
Struct
- Object
- Struct
- Liminal::Adapters::DrySchemaV1::PredicateNode
- Defined in:
- lib/liminal/adapters/dry_schema_v1.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arguments ⇒ Object
Returns the value of attribute arguments
10 11 12 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 10 def arguments @arguments end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/liminal/adapters/dry_schema_v1.rb', line 10 def name @name end |