Class: Croudia::Object::SecretMail

Inherits:
Identity show all
Defined in:
lib/croudia/object/secret_mail.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Attributes inherited from Base

#attrs

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_atObject (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_idObject (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_nameObject (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_idObject (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_nameObject (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

#textObject (readonly)

Returns the value of attribute text.



8
9
10
# File 'lib/croudia/object/secret_mail.rb', line 8

def text
  @text
end