Class: Cordis::Registry::Runtime

Inherits:
Struct
  • Object
show all
Defined in:
lib/cordis/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



7
8
9
# File 'lib/cordis/registry.rb', line 7

def callback
  @callback
end

#fibersObject

Returns the value of attribute fibers

Returns:

  • (Object)

    the current value of fibers



7
8
9
# File 'lib/cordis/registry.rb', line 7

def fibers
  @fibers
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



7
8
9
# File 'lib/cordis/registry.rb', line 7

def key
  @key
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/cordis/registry.rb', line 7

def name
  @name
end