Class: ZeroDrop::Email
- Inherits:
-
Struct
- Object
- Struct
- ZeroDrop::Email
- Defined in:
- lib/zerodrop.rb
Overview
A caught email with auto-extracted fields.
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#from ⇒ Object
Returns the value of attribute from.
-
#id ⇒ Object
Returns the value of attribute id.
-
#magic_link ⇒ Object
Returns the value of attribute magic_link.
-
#otp ⇒ Object
Returns the value of attribute otp.
-
#raw_body ⇒ Object
Returns the value of attribute raw_body.
-
#received_at ⇒ Object
Returns the value of attribute received_at.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def body @body end |
#from ⇒ Object
Returns the value of attribute from
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def from @from end |
#id ⇒ Object
Returns the value of attribute id
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def id @id end |
#magic_link ⇒ Object
Returns the value of attribute magic_link
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def magic_link @magic_link end |
#otp ⇒ Object
Returns the value of attribute otp
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def otp @otp end |
#raw_body ⇒ Object
Returns the value of attribute raw_body
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def raw_body @raw_body end |
#received_at ⇒ Object
Returns the value of attribute received_at
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def received_at @received_at end |
#subject ⇒ Object
Returns the value of attribute subject
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def subject @subject end |
#to ⇒ Object
Returns the value of attribute to
44 45 46 |
# File 'lib/zerodrop.rb', line 44 def to @to end |