class FortuneTeller::Horoscope

Attributes

content[RW]
date[RW]
name[RW]

Public Class Methods

all() click to toggle source
# File lib/fortune_teller/horoscope.rb, line 9
def self.all
  @@all
end
new() click to toggle source
# File lib/fortune_teller/horoscope.rb, line 5
def initialize
  @@all << self
end