Class: Mailmate::ReplyPrefill::Prefill

Inherits:
Struct
  • Object
show all
Defined in:
lib/mailmate/reply_prefill.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#ccObject

Returns the value of attribute cc

Returns:

  • (Object)

    the current value of cc



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def cc
  @cc
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def from
  @from
end

#in_reply_toObject

Returns the value of attribute in_reply_to

Returns:

  • (Object)

    the current value of in_reply_to



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def in_reply_to
  @in_reply_to
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def mode
  @mode
end

#parent_eml_idObject

Returns the value of attribute parent_eml_id

Returns:

  • (Object)

    the current value of parent_eml_id



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def parent_eml_id
  @parent_eml_id
end

#parent_message_idObject

Returns the value of attribute parent_message_id

Returns:

  • (Object)

    the current value of parent_message_id



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def parent_message_id
  @parent_message_id
end

#quoted_bodyObject

Returns the value of attribute quoted_body

Returns:

  • (Object)

    the current value of quoted_body



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def quoted_body
  @quoted_body
end

#referencesObject

Returns the value of attribute references

Returns:

  • (Object)

    the current value of references



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def references
  @references
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def subject
  @subject
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



33
34
35
# File 'lib/mailmate/reply_prefill.rb', line 33

def to
  @to
end

Instance Method Details

#to_hObject



38
39
40
# File 'lib/mailmate/reply_prefill.rb', line 38

def to_h
  super.transform_keys(&:to_s)
end