module SetAttributes::Controls::Attribute::Random

Public Class Methods

example() click to toggle source
# File lib/set_attributes/controls/attribute.rb, line 17
def self.example
  "x#{SecureRandom.hex}".to_sym
end