Method: AIXM::Component::Service#guessed_unit_type
- Defined in:
- lib/aixm/component/service.rb
#guessed_unit_type ⇒ Symbol?
Guess the unit type for this service
181 182 183 |
# File 'lib/aixm/component/service.rb', line 181 def guessed_unit_type GUESSED_UNIT_TYPES_MAP[type] end |