module Keycard

All of the Keycard components are contained within this top-level module.

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/keycard.rb, line 12
def self.config
  @config ||= OpenStruct.new(
    access: :direct
  )
end