Class: Croudia::SecretMail

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

Instance Attribute Summary collapse

Attributes inherited from Identity

#id, #id_str

Method Summary

Methods included from Creatable

#created_at

Methods inherited from Identity

#==, #initialize

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

#textObject (readonly)

Returns the value of attribute text.



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

def text
  @text
end