Class: Twitter::SavedSearch

Inherits:
Identity show all
Includes:
Creatable
Defined in:
lib/twitter/saved_search.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods included from Creatable

#created_at

Methods inherited from Identity

#==, fetch, #id, #initialize, store

Methods inherited from Base

#[], attr_reader, fetch, fetch_or_new, from_response, identity_map, #initialize, store, #update

Constructor Details

This class inherits a constructor from Twitter::Identity

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



7
8
9
# File 'lib/twitter/saved_search.rb', line 7

def name
  @name
end

#positionObject (readonly)

Returns the value of attribute position.



7
8
9
# File 'lib/twitter/saved_search.rb', line 7

def position
  @position
end

#queryObject (readonly)

Returns the value of attribute query.



7
8
9
# File 'lib/twitter/saved_search.rb', line 7

def query
  @query
end