Class: Courrier::Test::Delivery
- Inherits:
-
Data
- Object
- Data
- Courrier::Test::Delivery
- Defined in:
- lib/courrier/test.rb
Instance Attribute Summary collapse
-
#bcc ⇒ Object
readonly
Returns the value of attribute bcc.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#cc ⇒ Object
readonly
Returns the value of attribute cc.
-
#email_class ⇒ Object
readonly
Returns the value of attribute email_class.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
-
#reply_to ⇒ Object
readonly
Returns the value of attribute reply_to.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#timestamp ⇒ Object
readonly
Returns the value of attribute timestamp.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Method Summary collapse
Instance Attribute Details
#bcc ⇒ Object (readonly)
Returns the value of attribute bcc
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def bcc @bcc end |
#body ⇒ Object (readonly)
Returns the value of attribute body
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def body @body end |
#cc ⇒ Object (readonly)
Returns the value of attribute cc
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def cc @cc end |
#email_class ⇒ Object (readonly)
Returns the value of attribute email_class
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def email_class @email_class end |
#from ⇒ Object (readonly)
Returns the value of attribute from
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def from @from end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def headers @headers end |
#provider ⇒ Object (readonly)
Returns the value of attribute provider
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def provider @provider end |
#reply_to ⇒ Object (readonly)
Returns the value of attribute reply_to
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def reply_to @reply_to end |
#result ⇒ Object (readonly)
Returns the value of attribute result
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def result @result end |
#subject ⇒ Object (readonly)
Returns the value of attribute subject
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def subject @subject end |
#timestamp ⇒ Object (readonly)
Returns the value of attribute timestamp
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def @timestamp end |
#to ⇒ Object (readonly)
Returns the value of attribute to
5 6 7 |
# File 'lib/courrier/test.rb', line 5 def to @to end |
Instance Method Details
#success? ⇒ Boolean
6 7 8 |
# File 'lib/courrier/test.rb', line 6 def success? result.success? end |