Class: Teek::CommandInterceptors::Entry Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/teek/command_interceptors.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



29
30
31
# File 'lib/teek/command_interceptors.rb', line 29

def block
  @block
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



29
30
31
# File 'lib/teek/command_interceptors.rb', line 29

def label
  @label
end