Class: TurnipFormatter::Resource::Step::AfterHook

Inherits:
Hook
  • Object
show all
Defined in:
lib/turnip_formatter/resource/step/hook.rb

Instance Attribute Summary

Attributes inherited from Hook

#example

Attributes included from PendingResult

#pending_location, #pending_message

Instance Method Summary collapse

Methods inherited from Hook

#argument, #initialize, #line, #status, #text

Methods included from PendingResult

#pending?, #set_pending

Methods included from FailureResult

#exceptions, #failed?, #set_exceptions

Constructor Details

This class inherits a constructor from TurnipFormatter::Resource::Step::Hook

Instance Method Details

#keywordObject



52
53
54
# File 'lib/turnip_formatter/resource/step/hook.rb', line 52

def keyword
  'AfterHook'
end