Twitter::Action::Tweet
A collection of tweets that reply to a user
@return [Array<Twitter::Tweet>]
# File lib/twitter/action/reply.rb, line 10 def target_objects @target_objects = Array(@attrs[:target_objects]).map do |tweet| Twitter::Tweet.fetch_or_new(tweet) end end
A collection that contains the replied-to tweets
# File lib/twitter/action/reply.rb, line 19 def targets @targets = Array(@attrs[:targets]).map do |tweet| Twitter::Tweet.fetch_or_new(tweet) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.