Class: Ruby::Rego::Builtins::BuiltinRegistry::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby/rego/builtins/registry.rb

Overview

Represents a registered built-in definition.

Instance Attribute Summary collapse

Instance Attribute Details

#arityObject

Returns the value of attribute arity

Returns:

  • (Object)

    the current value of arity



51
52
53
# File 'lib/ruby/rego/builtins/registry.rb', line 51

def arity
  @arity
end

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



51
52
53
# File 'lib/ruby/rego/builtins/registry.rb', line 51

def handler
  @handler
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/ruby/rego/builtins/registry.rb', line 51

def name
  @name
end