Sha256: 1fa64903394f939a9a8e5921ae74e6f37f0d0b1ed20a14b4049a96579b05e25e

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 Bytes

Contents

# frozen_string_literal: true

require 'sinclair'
require 'jace'

# @api public
#
# Lib for easily developing controllers
#
# @example (see Resourceable)
#
# @see Resourceable
module Azeroth
  autoload :ControllerInterface, 'azeroth/controller_interface'
  autoload :Decorator,           'azeroth/decorator'
  autoload :DummyDecorator,      'azeroth/dummy_decorator'
  autoload :Model,               'azeroth/model'
  autoload :RequestHandler,      'azeroth/request_handler'
  autoload :Resourceable,        'azeroth/resourceable'
  autoload :ResourceBuilder,     'azeroth/resource_builder'
  autoload :RoutesBuilder,       'azeroth/routes_builder'
  autoload :Options,             'azeroth/options'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azeroth-0.10.0 lib/azeroth.rb
azeroth-0.9.0 lib/azeroth.rb
azeroth-0.8.2 lib/azeroth.rb
azeroth-0.8.1 lib/azeroth.rb