Class: Twitter::Language
Instance Attribute Summary (collapse)
-
- (Object) code
readonly
Returns the value of attribute code.
-
- (Object) name
readonly
Returns the value of attribute name.
-
- (Object) status
readonly
Returns the value of attribute status.
Method Summary
Methods inherited from Base
#[], #attr_equal, attr_reader, #attrs, #attrs_equal, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update
Constructor Details
This class inherits a constructor from Twitter::Base
Instance Attribute Details
- (Object) code (readonly)
Returns the value of attribute code
5 6 7 |
# File 'lib/twitter/language.rb', line 5 def code @code end |
- (Object) name (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/twitter/language.rb', line 5 def name @name end |
- (Object) status (readonly)
Returns the value of attribute status
5 6 7 |
# File 'lib/twitter/language.rb', line 5 def status @status end |