class Rotoworld::Post
Attributes
headline[RW]
impact[RW]
index[RW]
source[RW]
title[RW]
Public Class Methods
all()
click to toggle source
# File lib/Post.rb, line 17 def self.all @@all end
new()
click to toggle source
# File lib/Post.rb, line 13 def initialize @@all<<self end