Parent

Methods

Included Modules

Class/Module Index [+]

Quicksearch

Twitter::Action::Tweet

Attributes

max_position[R]
min_position[R]

Public Instance Methods

sources() click to toggle source

@return [Array<Twitter::User>]

# File lib/twitter/action/tweet.rb, line 13
def sources
  @sources = Array(@attrs[:sources]).map do |user|
    Twitter::User.fetch_or_new(user)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.