Class: NHK::Easy::NewsList

Inherits:
Object
  • Object
show all
Defined in:
lib/nhk-easy-ruby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeNewsList

Returns a new instance of NewsList.



34
35
36
# File 'lib/nhk-easy-ruby.rb', line 34

def initialize
  @entries = []
end

Instance Attribute Details

#entriesObject

Returns the value of attribute entries.



32
33
34
# File 'lib/nhk-easy-ruby.rb', line 32

def entries
  @entries
end