Class: NHKore::YasashiiNews
Constant Summary collapse
- DEFAULT_FILENAME =
'nhk_news_web_easy.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
147 148 149 |
# File 'lib/nhkore/news.rb', line 147 def self.load_data(data,**kargs) return News.load_data(data,article_class: Article,news_class: YasashiiNews,**kargs) end |
.load_file(file = DEFAULT_FILE, **kargs) ⇒ Object
151 152 153 |
# File 'lib/nhkore/news.rb', line 151 def self.load_file(file=DEFAULT_FILE,**kargs) return News.load_file(file,article_class: Article,news_class: YasashiiNews,**kargs) end |
Instance Method Details
#save_file(file = DEFAULT_FILE, **kargs) ⇒ Object
155 156 157 |
# File 'lib/nhkore/news.rb', line 155 def save_file(file=DEFAULT_FILE,**kargs) super end |