Class: Moogle::Requests::PushEmail
- Inherits:
-
Object
- Object
- Moogle::Requests::PushEmail
- Includes:
- Aequitas, Serf::Message, Serf::More::UuidFields, Virtus
- Defined in:
- lib/moogle/requests/push_email.rb
Overview
Request to email a message to a recipient
Instance Method Summary collapse
-
#subject ⇒ Object
Parameters that make up the BlogEntry.
-
#target_id ⇒ Object
House Keeping fields.
-
#to ⇒ Object
Parameters used to send the email.
Instance Method Details
#subject ⇒ Object
Parameters that make up the BlogEntry.
29 |
# File 'lib/moogle/requests/push_email.rb', line 29 attribute :subject, String |
#target_id ⇒ Object
House Keeping fields
22 |
# File 'lib/moogle/requests/push_email.rb', line 22 attribute :target_id, Integer |
#to ⇒ Object
Parameters used to send the email.
39 |
# File 'lib/moogle/requests/push_email.rb', line 39 attribute :to, String |