Class: Twitter::SavedSearch

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

Instance Attribute Summary (collapse)

Method Summary

Methods included from Creatable

#created_at

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