Class: Metum
- Inherits:
 - 
      ApplicationRecord
      
        
- Object
 - ActiveRecord::Base
 - ApplicationRecord
 - Metum
 
 
- Defined in:
 - app/models/metum.rb
 
Overview
Represents a classification for Representations, such as 'Alt' or 'Long'
Instance Method Summary collapse
- 
  
    
      #to_s  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    
Human-friendly description of this Metum.
 
Instance Method Details
#to_s ⇒ String
Returns human-friendly description of this Metum
      29 30 31  | 
    
      # File 'app/models/metum.rb', line 29 def to_s title end  |