Class: Twitter::Tweet

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Tweet

Returns a new instance of Tweet.



8
9
10
11
# File 'lib/twterm/status.rb', line 8

def initialize(*args)
  @quoted_status_id = args[0][:quoted_status_id]
  super
end

Instance Attribute Details

#quoted_status_idObject (readonly)

Returns the value of attribute quoted_status_id.



6
7
8
# File 'lib/twterm/status.rb', line 6

def quoted_status_id
  @quoted_status_id
end