Class: Mailmate::ReplyPrefill::Prefill
- Inherits:
-
Struct
- Object
- Struct
- Mailmate::ReplyPrefill::Prefill
- Defined in:
- lib/mailmate/reply_prefill.rb
Instance Attribute Summary collapse
-
#cc ⇒ Object
Returns the value of attribute cc.
-
#from ⇒ Object
Returns the value of attribute from.
-
#in_reply_to ⇒ Object
Returns the value of attribute in_reply_to.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#parent_eml_id ⇒ Object
Returns the value of attribute parent_eml_id.
-
#parent_message_id ⇒ Object
Returns the value of attribute parent_message_id.
-
#quoted_body ⇒ Object
Returns the value of attribute quoted_body.
-
#references ⇒ Object
Returns the value of attribute references.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Method Summary collapse
Instance Attribute Details
#cc ⇒ Object
Returns the value of attribute cc
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def cc @cc end |
#from ⇒ Object
Returns the value of attribute from
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def from @from end |
#in_reply_to ⇒ Object
Returns the value of attribute in_reply_to
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def in_reply_to @in_reply_to end |
#mode ⇒ Object
Returns the value of attribute mode
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def mode @mode end |
#parent_eml_id ⇒ Object
Returns the value of attribute parent_eml_id
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def parent_eml_id @parent_eml_id end |
#parent_message_id ⇒ Object
Returns the value of attribute parent_message_id
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def @parent_message_id end |
#quoted_body ⇒ Object
Returns the value of attribute quoted_body
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def quoted_body @quoted_body end |
#references ⇒ Object
Returns the value of attribute references
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def references @references end |
#subject ⇒ Object
Returns the value of attribute subject
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def subject @subject end |
#to ⇒ Object
Returns the value of attribute to
33 34 35 |
# File 'lib/mailmate/reply_prefill.rb', line 33 def to @to end |
Instance Method Details
#to_h ⇒ Object
38 39 40 |
# File 'lib/mailmate/reply_prefill.rb', line 38 def to_h super.transform_keys(&:to_s) end |