Class: Twitter::SavedSearch
Instance Attribute Summary (collapse)
-
- (Object) name
readonly
Returns the value of attribute name.
-
- (Object) position
readonly
Returns the value of attribute position.
-
- (Object) query
readonly
Returns the value of attribute query.
Method Summary
Methods included from Creatable
Methods inherited from Identity
#==, fetch, #id, #initialize, store
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::Identity
Instance Attribute Details
- (Object) name (readonly)
Returns the value of attribute name
7 8 9 |
# File 'lib/twitter/saved_search.rb', line 7 def name @name end |
- (Object) position (readonly)
Returns the value of attribute position
7 8 9 |
# File 'lib/twitter/saved_search.rb', line 7 def position @position end |
- (Object) query (readonly)
Returns the value of attribute query
7 8 9 |
# File 'lib/twitter/saved_search.rb', line 7 def query @query end |