Sha256: ea1d1875b67b169178922bc05b1d6c5cf590ed70560a482efcabb81304c6557e
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
class NjFishingReport::Fishing_Report attr_accessor :report, :fishing_location @@all = [] def initialize(report) @report = report @@all << self end def self.all @@all end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nj_fishing_report-0.1.0 | lib/nj_fishing_report/fishing_report.rb |