Class: NHKore::YasashiiNews

Inherits:
News
  • Object
show all
Defined in:
lib/nhkore/news.rb

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

#articles, #sha256s

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

included

Constructor Details

This class inherits a constructor from NHKore::News

Class Method Details

.load_data(data, **kargs) ⇒ Object



144
145
146
# File 'lib/nhkore/news.rb', line 144

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



148
149
150
# File 'lib/nhkore/news.rb', line 148

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



152
153
154
# File 'lib/nhkore/news.rb', line 152

def save_file(file = DEFAULT_FILE,**kargs)
  super
end