Class: Croudia::User

Inherits:
Identity show all
Includes:
Creatable
Defined in:
lib/croudia/user.rb

Constant Summary collapse

KEYS =
[
  :id_str,
  :blocking,
  :connections,
  :description,
  :favorites_count,
  :follow_request_sent,
  :followed_by,
  :following,
  :followers_count,
  :friends_count,
  :location,
  :name,
  :profile_image_url_https,
  :protected,
  :screen_name,
  :statuses_count,
  :url,
]

Method Summary

Methods included from Creatable

#created_at

Methods inherited from Identity

#==, #id, #initialize

Methods inherited from Base

#[], attr_reader, #attrs, #initialize

Constructor Details

This class inherits a constructor from Croudia::Identity