Class: Twithub::GithubEntry

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

Instance Attribute Summary

Attributes inherited from FeedEntry

#content, #origin, #posted_at, #username

Instance Method Summary collapse

Methods included from EntryBuilderMethods

#with_content, #with_posted_at, #with_username

Methods inherited from FeedEntry

#<=>, #to_json

Constructor Details

#initializeGithubEntry

Returns a new instance of GithubEntry.



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

def initialize
  @origin = GITHUB
end