Class: Croudia::SecretMail
- Includes:
- Creatable
- Defined in:
- lib/croudia/secret_mail.rb
Instance Attribute Summary collapse
-
#recipient_id ⇒ Object
readonly
Returns the value of attribute recipient_id.
-
#recipient_screen_name ⇒ Object
readonly
Returns the value of attribute recipient_screen_name.
-
#sender_id ⇒ Object
readonly
Returns the value of attribute sender_id.
-
#sender_screen_name ⇒ Object
readonly
Returns the value of attribute sender_screen_name.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Attributes inherited from Identity
Method Summary
Methods included from Creatable
Methods inherited from Identity
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Identity
Instance Attribute Details
#recipient_id ⇒ Object (readonly)
Returns the value of attribute recipient_id.
8 9 10 |
# File 'lib/croudia/secret_mail.rb', line 8 def recipient_id @recipient_id end |
#recipient_screen_name ⇒ Object (readonly)
Returns the value of attribute recipient_screen_name.
8 9 10 |
# File 'lib/croudia/secret_mail.rb', line 8 def recipient_screen_name @recipient_screen_name end |
#sender_id ⇒ Object (readonly)
Returns the value of attribute sender_id.
8 9 10 |
# File 'lib/croudia/secret_mail.rb', line 8 def sender_id @sender_id end |
#sender_screen_name ⇒ Object (readonly)
Returns the value of attribute sender_screen_name.
8 9 10 |
# File 'lib/croudia/secret_mail.rb', line 8 def sender_screen_name @sender_screen_name end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
8 9 10 |
# File 'lib/croudia/secret_mail.rb', line 8 def text @text end |