Class: Twithub::TwitterEntry

Inherits:
FeedEntry show all
Includes:
EntryBuilderMethods
Defined in:
lib/twithub/twitter_entry.rb

Instance Attribute Summary

Attributes inherited from FeedEntry

#content, #origin, #posted_at, #url, #username

Instance Method Summary collapse

Methods included from EntryBuilderMethods

#with_content, #with_posted_at, #with_url, #with_username

Methods inherited from FeedEntry

#<=>, #from_github?, #from_twitter?, #to_json

Constructor Details

#initializeTwitterEntry

Returns a new instance of TwitterEntry.



5
6
7
# File 'lib/twithub/twitter_entry.rb', line 5

def initialize
  @origin = TWITTER
end