class ResidenceClass
Constants
- CLASSIFICATIONS
- TABLE_STRUCTURE
Public Instance Methods
classification()
click to toggle source
# File lib/earth/residence/residence_class.rb, line 23 def classification CLASSIFICATIONS.detect { |c| name.downcase.include? c } end