Class: Twitter::Settings
Overview
Represents Twitter account settings
Instance Attribute Summary collapse
-
#language ⇒ String
readonly
The screen name of the account.
-
#screen_name ⇒ String
readonly
The screen name of the account.
-
#sleep_time ⇒ Hash
readonly
The time zone settings.
-
#time_zone ⇒ Hash
readonly
The time zone settings.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, define_attribute_method, define_predicate_method, define_uri_method, display_uri_attr_reader, #initialize, object_attr_reader, predicate_attr_reader, uri_attr_reader
Methods included from Utils
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#language ⇒ String (readonly)
The screen name of the account
34 35 36 |
# File 'lib/twitter/settings.rb', line 34 def language @language end |
#screen_name ⇒ String (readonly)
The screen name of the account
34 35 36 |
# File 'lib/twitter/settings.rb', line 34 def screen_name @screen_name end |
#sleep_time ⇒ Hash (readonly)
The time zone settings
19 20 21 |
# File 'lib/twitter/settings.rb', line 19 def sleep_time @sleep_time end |
#time_zone ⇒ Hash (readonly)
The time zone settings
19 20 21 |
# File 'lib/twitter/settings.rb', line 19 def time_zone @time_zone end |