module PassaporteWeb

Constants

VERSION

Public Class Methods

configuration() click to toggle source
# File lib/passaporte_web.rb, line 20
def self.configuration
  @configuration ||=  Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/passaporte_web.rb, line 24
def self.configure
  yield(configuration) if block_given?
end