Class: Cucumber::Distrib::Events::HookStep
- Inherits:
-
Object
- Object
- Cucumber::Distrib::Events::HookStep
- Defined in:
- lib/cucumber/distrib/events.rb
Overview
PORO wrapper of corresponding cucumber event for safe transportation to Leader over DRb.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id) ⇒ HookStep
constructor
A new instance of HookStep.
Constructor Details
#initialize(id) ⇒ HookStep
Returns a new instance of HookStep.
205 206 207 |
# File 'lib/cucumber/distrib/events.rb', line 205 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
203 204 205 |
# File 'lib/cucumber/distrib/events.rb', line 203 def id @id end |