class Twitter::Settings
- Twitter::Settings
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/settings.crConstructors
Instance Method Summary
- #allow_contributor_request : String
- #allow_contributor_request=(allow_contributor_request : String)
- #allow_dm_groups_from : String
- #allow_dm_groups_from=(allow_dm_groups_from : String)
- #allow_dms_from : String
- #allow_dms_from=(allow_dms_from : String)
- #always_use_https=(always_use_https : Bool)
- #always_use_https? : Bool
- #discoverable_by_email=(discoverable_by_email : Bool)
- #discoverable_by_email? : Bool
- #discoverable_by_mobile_phone=(discoverable_by_mobile_phone : Bool)
- #discoverable_by_mobile_phone? : Bool
- #display_sensitive_media=(display_sensitive_media : Bool)
- #display_sensitive_media? : Bool
- #geo_enabled=(geo_enabled : Bool)
- #geo_enabled? : Bool
- #language : String
- #language=(language : String)
- #screen_name : String
- #screen_name=(screen_name : String)
- #settings_protected=(settings_protected : Bool)
- #settings_protected? : Bool
- #sleep_time : SleepTime
- #sleep_time=(sleep_time : SleepTime)
- #time_zone : TimeZone
- #time_zone=(time_zone : TimeZone)
- #translator_type : String
- #translator_type=(translator_type : String)
- #use_cookie_personalization=(use_cookie_personalization : Bool)
- #use_cookie_personalization? : Bool