Class: Omnom::Source::Github::Blog

Inherits:
Atom
  • Object
show all
Defined in:
lib/omnom/source/github/blog.rb

Direct Known Subclasses

BlogSection

Instance Attribute Summary

Attributes inherited from Base

#config, #feed_key, #key, #options, #settings, #source_id

Instance Method Summary collapse

Methods inherited from Atom

#after_initialize, #author_name, #description, #get_raw_posts, #guid, #post_attributes, #published_at, #tags, #thumbnail_url, #title, #url

Methods inherited from Base

#after_initialize, config, configure, cron, every, feed_url, full_key, guid_namespace, icon, icon_from_url, inherited, #initialize, key, required_config, required_options, #update, url

Methods included from ParserMethods

#html_to_text

Constructor Details

This class inherits a constructor from Omnom::Source::Base

Instance Method Details

#author_urlObject



9
10
11
# File 'lib/omnom/source/github/blog.rb', line 9

def author_url
  "https://github.com/#{author_name}"
end