Class: Courrier::Email::Providers::Inbox::Email::Metadata
- Inherits:
-
Data
- Object
- Data
- Courrier::Email::Providers::Inbox::Email::Metadata
- Defined in:
- lib/courrier/email/providers/inbox.rb
Instance Attribute Summary collapse
-
#subject ⇒ Object
readonly
Returns the value of attribute subject.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#subject ⇒ Object (readonly)
Returns the value of attribute subject
66 67 68 |
# File 'lib/courrier/email/providers/inbox.rb', line 66 def subject @subject end |
#to ⇒ Object (readonly)
Returns the value of attribute to
66 67 68 |
# File 'lib/courrier/email/providers/inbox.rb', line 66 def to @to end |