Class: Ruby::Rego::Builtins::BuiltinRegistry::Entry
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Builtins::BuiltinRegistry::Entry
- Defined in:
- lib/ruby/rego/builtins/registry.rb
Overview
Represents a registered built-in definition.
Instance Attribute Summary collapse
-
#arity ⇒ Object
Returns the value of attribute arity.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#arity ⇒ Object
Returns the value of attribute arity
51 52 53 |
# File 'lib/ruby/rego/builtins/registry.rb', line 51 def arity @arity end |
#handler ⇒ Object
Returns the value of attribute handler
51 52 53 |
# File 'lib/ruby/rego/builtins/registry.rb', line 51 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
51 52 53 |
# File 'lib/ruby/rego/builtins/registry.rb', line 51 def name @name end |