class NjFishingReport::Fishing_Report

Attributes

fishing_location[RW]
report[RW]

Public Class Methods

all() click to toggle source
# File lib/nj_fishing_report/fishing_report.rb, line 11
def self.all
  @@all
end
new(report) click to toggle source
# File lib/nj_fishing_report/fishing_report.rb, line 6
def initialize(report)
  @report = report
  @@all << self
end