Class: Twitter::SavedSearch
- Includes:
- Creatable
- Defined in:
- lib/twitter/saved_search.rb
Overview
Represents a saved search
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
The query of the saved search.
-
#position ⇒ String
readonly
The query of the saved search.
-
#query ⇒ String
readonly
The query of the saved search.
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods included from Creatable
Methods inherited from Identity
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::Identity
Instance Attribute Details
#name ⇒ String (readonly)
The query of the saved search
29 30 31 |
# File 'lib/twitter/saved_search.rb', line 29 def name @name end |
#position ⇒ String (readonly)
The query of the saved search
29 30 31 |
# File 'lib/twitter/saved_search.rb', line 29 def position @position end |
#query ⇒ String (readonly)
The query of the saved search
29 30 31 |
# File 'lib/twitter/saved_search.rb', line 29 def query @query end |