Class: CapturefulFormatter::Structures::Step
- Inherits:
-
Object
- Object
- CapturefulFormatter::Structures::Step
- Defined in:
- lib/captureful_formatter/structures.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
Instance Method Summary collapse
-
#initialize(notification) ⇒ Step
constructor
- notification
-
StepNotification.
Constructor Details
#initialize(notification) ⇒ Step
- notification
-
StepNotification
66 67 68 |
# File 'lib/captureful_formatter/structures.rb', line 66 def initialize(notification) @description = notification.description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
62 63 64 |
# File 'lib/captureful_formatter/structures.rb', line 62 def description @description end |