Module: Consumer::Controls::Session::Settings::Raw

Defined in:
lib/consumer/controls/session.rb

Class Method Summary collapse

Class Method Details

.exampleObject



49
50
51
52
53
54
# File 'lib/consumer/controls/session.rb', line 49

def self.example
  {
    :some_setting => SecureRandom.hex(7),
    :other_setting => SecureRandom.hex(7)
  }
end