class Story
Attributes
content[RW]
title[RW]
url[RW]
Public Class Methods
all()
click to toggle source
# File lib/NBA_news/story.rb, line 10 def self.all @@all end
new()
click to toggle source
# File lib/NBA_news/story.rb, line 6 def initialize @@all << self end