32 33 34
# File 'lib/dop_common/credential.rb', line 32 def type @type ||= type_valid? ? @hash[:type].to_sym : nil end