Class: Twitter::Language
Overview
Represents a Twitter supported language
Instance Attribute Summary collapse
-
#code ⇒ String
readonly
The language status.
-
#name ⇒ String
readonly
The language status.
-
#status ⇒ String
readonly
The language status.
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
#code ⇒ String (readonly)
The language status
26 27 28 |
# File 'lib/twitter/language.rb', line 26 def code @code end |
#name ⇒ String (readonly)
The language status
26 27 28 |
# File 'lib/twitter/language.rb', line 26 def name @name end |
#status ⇒ String (readonly)
The language status
26 27 28 |
# File 'lib/twitter/language.rb', line 26 def status @status end |