class Slack::Response::User
- Slack::Response::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/user.crConstructors
Instance Method Summary
- #color : String
- #color=(color : String)
- #deleted : Bool
- #deleted=(deleted : Bool)
- #has_2fa : Bool | Nil
- #has_2fa=(has_2fa : Bool | Nil)
- #id : String
- #id=(id : String)
- #is_admin : Bool
- #is_admin=(is_admin : Bool)
- #is_app_user : Bool
- #is_app_user=(is_app_user : Bool)
- #is_bot : Bool
- #is_bot=(is_bot : Bool)
- #is_owner : Bool
- #is_owner=(is_owner : Bool)
- #is_primary_owner : Bool
- #is_primary_owner=(is_primary_owner : Bool)
- #is_restricted : Bool
- #is_restricted=(is_restricted : Bool)
- #is_ultra_restricted : Bool
- #is_ultra_restricted=(is_ultra_restricted : Bool)
- #locale : String | Nil
- #locale=(locale : String | Nil)
- #name : String
- #name=(name : String)
- #presence : String | Nil
- #presence=(presence : String | Nil)
- #profile : UserProfile
- #profile=(profile : UserProfile)
- #real_name : String
- #real_name=(real_name : String)
- #team_id : String
- #team_id=(team_id : String)
- #tz : String | Nil
- #tz=(tz : String | Nil)
- #tz_label : String | Nil
- #tz_label=(tz_label : String | Nil)
- #tz_offset : Int32 | Nil
- #tz_offset=(tz_offset : Int32 | Nil)
- #updated : Int32
- #updated=(updated : Int32)