A collection of users who added a user to a list
@return [Array<Twitter::User>]
# File lib/twitter/action/list_member_added.rb, line 13 def sources @sources = Array(@attrs[:sources]).map do |user| Twitter::User.fetch_or_new(user) end end
Generated with the Darkfish Rdoc Generator 2.