Method: DopCommon::Credential#type

Defined in:
lib/dop_common/credential.rb

#typeObject



32
33
34
# File 'lib/dop_common/credential.rb', line 32

def type
  @type ||= type_valid? ? @hash[:type].to_sym : nil
end