# File lib/deltacloud/models/key.rb, line 30
  def is_key?
    true if @credential_type.eql?(:key)
  end