Class: EmailHelper::EmailEnvelope
- Defined in:
- lib/watirmark/cucumber/email_helper.rb
Instance Attribute Summary collapse
-
#envelope ⇒ Object
Returns the value of attribute envelope.
Instance Method Summary collapse
-
#initialize(envelope) ⇒ EmailEnvelope
constructor
A new instance of EmailEnvelope.
Constructor Details
#initialize(envelope) ⇒ EmailEnvelope
Returns a new instance of EmailEnvelope.
94 95 96 97 |
# File 'lib/watirmark/cucumber/email_helper.rb', line 94 def initialize(envelope) @envelope = envelope @from = envelope.from end |
Instance Attribute Details
#envelope ⇒ Object
Returns the value of attribute envelope.
92 93 94 |
# File 'lib/watirmark/cucumber/email_helper.rb', line 92 def envelope @envelope end |