Class: Croudia::Object::SecretMail
- Defined in:
- lib/croudia/object/secret_mail.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#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
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/croudia/object/secret_mail.rb', line 8 def created_at @created_at end |
#recipient_id ⇒ Object (readonly)
Returns the value of attribute recipient_id.
8 9 10 |
# File 'lib/croudia/object/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/object/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/object/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/object/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/object/secret_mail.rb', line 8 def text @text end |