module Crygen::Modules::Scope

Overview

Module that configures the scope of an object.

Direct including types

Defined in:

modules/scope.cr

Instance Method Summary

Instance Method Detail

def as_private : self #

Set the scope as private.


[View source]
def as_protected : self #

Set the scope as protected.


[View source]