Class: Teek::CommandInterceptors::Entry Private
- Inherits:
-
Struct
- Object
- Struct
- Teek::CommandInterceptors::Entry
- 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
-
#block ⇒ Object
Returns the value of attribute block.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
29 30 31 |
# File 'lib/teek/command_interceptors.rb', line 29 def block @block end |
#label ⇒ Object
Returns the value of attribute label
29 30 31 |
# File 'lib/teek/command_interceptors.rb', line 29 def label @label end |