Module: MIME::Headers::Internet

Included in:
Message
Defined in:
lib/mime/headers/internet.rb

Overview

The RFC 2822 Internet message header fields.

Instance Attribute Summary collapse

Instance Attribute Details

#bccObject

Returns the value of attribute bcc.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def bcc
  @bcc
end

#ccObject

Returns the value of attribute cc.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def cc
  @cc
end

#commentsObject

Returns the value of attribute comments.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def comments
  @comments
end

#dateObject

Returns the value of attribute date.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def date
  @date
end

#fromObject

Returns the value of attribute from.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def from
  @from
end

#keywordsObject

Returns the value of attribute keywords.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def keywords
  @keywords
end

#message_idObject

Returns the value of attribute message_id.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def message_id
  @message_id
end

#reply_toObject

Returns the value of attribute reply_to.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def reply_to
  @reply_to
end

#subjectObject

Returns the value of attribute subject.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def subject
  @subject
end

#toObject

Returns the value of attribute to.



9
10
11
# File 'lib/mime/headers/internet.rb', line 9

def to
  @to
end