Class: Cucumber::Events::Envelope

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/events/envelope.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#envelopeObject (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

#inspectObject



10
11
12
# File 'lib/cucumber/events/envelope.rb', line 10

def inspect
  "Envelope Event -> Message Type: #{type}}"
end

#to_sObject



14
15
16
# File 'lib/cucumber/events/envelope.rb', line 14

def to_s
  inspect
end