Sha256: 92a924aaf5f13e773aa8f84c235a645ea9bbce0e73c4eaa105a21e06fe11c9f6
Contents?: true
Size: 212 Bytes
Versions: 2
Compression:
Stored size: 212 Bytes
Contents
module Bright class Enrollment < Model @attribute_names = [:entry_date, :entry_comment, :exit_date, :exit_comment, :grade] attr_accessor(*@attribute_names) attr_accessor :student, :school end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bright-2.1 | lib/bright/enrollment.rb |
bright-2.0 | lib/bright/enrollment.rb |