Method: AIXM::Component::Service#guessed_unit_type

Defined in:
lib/aixm/component/service.rb

#guessed_unit_typeSymbol?

Guess the unit type for this service

Returns:

  • (Symbol, nil)

    guessed unit type or nil if unmappable



181
182
183
# File 'lib/aixm/component/service.rb', line 181

def guessed_unit_type
  GUESSED_UNIT_TYPES_MAP[type]
end