Class: Twitter::DirectMessage
- Includes:
- Creatable
- Defined in:
- lib/twitter/direct_message.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
(also: #full_text)
readonly
Returns the value of attribute text.
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods included from Creatable
Methods inherited from Identity
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
#text ⇒ Object (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 |