Class: AnnotationDataVersion
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AnnotationDataVersion
- Defined in:
- lib/msf/models/annotation_data_version.rb
Overview
ActiveRecord model of MSF AnnotationDataVersion
Example:
AnnotationDataVersion.find(1)
AnnotationDataVersion.first.name
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.primary_key ⇒ Object
11 12 13 |
# File 'lib/msf/models/annotation_data_version.rb', line 11 def self.primary_key :PcDataVersion end |
.table_name ⇒ Object
8 9 10 |
# File 'lib/msf/models/annotation_data_version.rb', line 8 def self.table_name :AnnotationDataVersion end |
Instance Method Details
#pc_data_release ⇒ Object
17 18 19 |
# File 'lib/msf/models/annotation_data_version.rb', line 17 def pc_data_release self.PcDataRelease end |
#pc_data_version ⇒ Object
14 15 16 |
# File 'lib/msf/models/annotation_data_version.rb', line 14 def pc_data_version self.PcDataVersion end |