Class: Twitter::Entity

Inherits:
Base
  • Object
show all
Defined in:
lib/twitter/entity.rb,
lib/twitter/entity/url.rb,
lib/twitter/entity/symbol.rb,
lib/twitter/entity/hashtag.rb,
lib/twitter/entity/user_mention.rb

Direct Known Subclasses

Hashtag, Symbol, Url, UserMention

Defined Under Namespace

Classes: Hashtag, Symbol, Url, UserMention

Instance Attribute Summary (collapse)

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) indices (readonly)

Returns the value of attribute indices



5
6
7
# File 'lib/twitter/entity.rb', line 5

def indices
  @indices
end