module RestPack::User::Service

Constants

VERSION

Public Class Methods

setup() { |config| ... } click to toggle source
# File lib/restpack_user_service/configuration.rb, line 9
def self.setup
  yield @@config
end