Class: NHKore::FutsuuNews
Constant Summary collapse
- DEFAULT_FILENAME =
'nhk_news_web_regular.yml'
- DEFAULT_FILE =
build_file(DEFAULT_FILENAME)
Constants inherited from News
News::DEFAULT_DIR, News::FAVORED_URL
Instance Attribute Summary
Attributes inherited from News
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from News
#add_article, #article, #article?, #article_with_sha256, build_file, #encode_with, #initialize, #sha256?, #to_s, #update_article
Methods included from Fileable
Constructor Details
This class inherits a constructor from NHKore::News
Class Method Details
.load_data(data, **kargs) ⇒ Object
130 131 132 |
# File 'lib/nhkore/news.rb', line 130 def self.load_data(data,**kargs) return News.load_data(data,article_class: Article,news_class: FutsuuNews,**kargs) end |
.load_file(file = DEFAULT_FILE, **kargs) ⇒ Object
134 135 136 |
# File 'lib/nhkore/news.rb', line 134 def self.load_file(file=DEFAULT_FILE,**kargs) return News.load_file(file,article_class: Article,news_class: FutsuuNews,**kargs) end |
Instance Method Details
#save_file(file = DEFAULT_FILE, **kargs) ⇒ Object
138 139 140 |
# File 'lib/nhkore/news.rb', line 138 def save_file(file=DEFAULT_FILE,**kargs) super end |