Module: Hollow::Resource

Defined in:
lib/hollow/resource.rb,
lib/hollow/resource/chains.rb,
lib/hollow/resource/stateful.rb,
lib/hollow/resource/stateless.rb

Overview

A mixin that marks a class as a resource. Only instances of Resource can be accessed by Application#handle_request. This module should not be used directly; prefer Stateless or Stateful instead.

Defined Under Namespace

Modules: Chains, Stateful, Stateless