class RandomOrg::Configuration

Holds configuration of the module required for it to work.

Attributes

api_key[RW]

Sets the random.org API key. @return [String]

Public Class Methods

new() click to toggle source
# File lib/random_org/configuration.rb, line 8
def initialize
  @api_key = ''
end