Module: ActiveRecord::HashidsUri

Extended by:
ActiveSupport::Concern
Defined in:
lib/hashids_uri.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Attribute Summary collapse

Class Attribute Details

.min_lengthObject

Returns the value of attribute min_length.



9
10
11
# File 'lib/hashids_uri.rb', line 9

def min_length
  @min_length
end

.saltObject

Returns the value of attribute salt.



9
10
11
# File 'lib/hashids_uri.rb', line 9

def salt
  @salt
end