class Docks::Containers::Mixin

Public: a container for Mixin symbols.

Public Class Methods

type() click to toggle source

Public: the type of symbols that should be encapsulated by this container. This is compared against a symbol’s ‘symbol_type` to determine which container to use.

Returns the type String.

# File lib/docks/containers/mixin_container.rb, line 16
def self.type; Docks::Types::Symbol::MIXIN end