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
127 128 129 |
# File 'lib/nhkore/news.rb', line 127 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
131 132 133 |
# File 'lib/nhkore/news.rb', line 131 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
135 136 137 |
# File 'lib/nhkore/news.rb', line 135 def save_file(file = DEFAULT_FILE,**kargs) super end |