Class: Twitter::DirectMessage

Inherits:
Identity show all
Includes:
Creatable
Defined in:
lib/twitter/direct_message.rb

Instance Attribute Summary collapse

Attributes inherited from Identity

#id

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#created?, #created_at

Methods inherited from Identity

#initialize

Methods inherited from Base

#[], attr_reader, display_uri_attr_reader, from_response, #initialize, object_attr_reader, uri_attr_reader

Constructor Details

This class inherits a constructor from Twitter::Identity

Instance Attribute Details

#textObject (readonly) Also known as: full_text

Returns the value of attribute text.



7
8
9
# File 'lib/twitter/direct_message.rb', line 7

def text
  @text
end