Class: Courrier::Email::Providers::Inbox::Email::Metadata

Inherits:
Data
  • Object
show all
Defined in:
lib/courrier/email/providers/inbox.rb

Instance Attribute Summary collapse

Instance Attribute Details

#subjectObject (readonly)

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



66
67
68
# File 'lib/courrier/email/providers/inbox.rb', line 66

def subject
  @subject
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



66
67
68
# File 'lib/courrier/email/providers/inbox.rb', line 66

def to
  @to
end