class AwsRecord::Generators::GeneratedAttribute

def initialize(name, type = :string_attr, options = {})

def initialize(name, type = :string_attr, options = {})
  @name = name
  @type = type
  @options = options
  @digest = options.delete(:digest)
end