class PreventGo::Configuration

Attributes

api_root_url[RW]
secret_key[RW]
site_key[RW]

Public Class Methods

new() click to toggle source
# File lib/prevent_go/configuration.rb, line 5
def initialize
  @site_key = nil
  @secret_key = nil
  @api_root_url = nil
end