Class: Cucumber::Events::Envelope
- Inherits:
-
Object
- Object
- Cucumber::Events::Envelope
- Defined in:
- lib/cucumber/events/envelope.rb
Instance Attribute Summary collapse
-
#envelope ⇒ Object
readonly
Returns the value of attribute envelope.
Instance Method Summary collapse
Instance Attribute Details
#envelope ⇒ Object (readonly)
Returns the value of attribute envelope.
8 9 10 |
# File 'lib/cucumber/events/envelope.rb', line 8 def envelope @envelope end |
Instance Method Details
#inspect ⇒ Object
10 11 12 |
# File 'lib/cucumber/events/envelope.rb', line 10 def inspect "Envelope Event -> Message Type: #{type}}" end |
#to_s ⇒ Object
14 15 16 |
# File 'lib/cucumber/events/envelope.rb', line 14 def to_s inspect end |