Class: Twitter::Language
- Inherits:
-
Base
- Object
- Base
- Twitter::Language
show all
- Defined in:
- lib/twitter/language.rb
Instance Attribute Summary collapse
Attributes inherited from Base
#attrs
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
flat_pmap, pmap
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
#code ⇒ String
6
7
8
|
# File 'lib/twitter/language.rb', line 6
def code
@code
end
|
#name ⇒ String
6
7
8
|
# File 'lib/twitter/language.rb', line 6
def name
@name
end
|
#status ⇒ String
6
7
8
|
# File 'lib/twitter/language.rb', line 6
def status
@status
end
|