module Navigable::Server::Endpoint

Constants

EXECUTE_NOT_IMPLEMENTED_MESSAGE
UNAUTHENTICATED
UNAUTHORIZED

Public Class Methods

extended(base) click to toggle source
# File lib/navigable/server/endpoint.rb, line 10
def self.extended(base)
  base.extend(ClassMethods)
  base.include(InstanceMethods)
end