Class: Twitter2MixiVoice::Tweet

Inherits:
Object
  • Object
show all
Defined in:
lib/tweet.rb

Overview

This class provides ‘tweet’ data model of twitter.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at.



15
16
17
# File 'lib/tweet.rb', line 15

def created_at
  @created_at
end

#idObject

Returns the value of attribute id.



15
16
17
# File 'lib/tweet.rb', line 15

def id
  @id
end

#textObject

Returns the value of attribute text.



15
16
17
# File 'lib/tweet.rb', line 15

def text
  @text
end