Class DataMapper::Property::APIKey
In: lib/dm-types/api_key.rb
Parent: String

Methods

generate  

Constants

PADDING = 256   The amount of random seed data to use to generate tha API Key

Public Class methods

Generates a new API Key.

@return [String]

  The new API Key.

[Validate]