Class | Hash |
In: |
lib/twitter/core_ext/hash.rb
|
Parent: | Object |
Take a list and merge it into the hash with the correct key
@param list [Integer, String, Twitter::List] A Twitter list ID, slug, or object. @return [Hash]
Take an owner and merge it into the hash with the correct key
@param user[Integer, String, Twitter::User] A Twitter user ID, screen_name, or object. @return [Hash]
Take a user and merge it into the hash with the correct key
@param user[Integer, String, Twitter::User] A Twitter user ID, screen_name, or object. @return [Hash]
Take a user and merge it into the hash with the correct key
@param user[Integer, String, Twitter::User] A Twitter user ID, screen_name, or object. @return [Hash]
Take a multiple users and merge them into the hash with the correct keys
@param users [Array<Integer, String, Twitter::User>, Set<Integer, String, Twitter::User>] An array of Twitter user IDs, screen_names, or objects. @return [Hash]
Take a multiple users and merge them into the hash with the correct keys
@param users [Array<Integer, String, Twitter::User>, Set<Integer, String, Twitter::User>] An array of Twitter user IDs, screen_names, or objects. @return [Hash]