Class: Docks::Containers::Mixin
- Defined in:
- lib/docks/containers/mixin_container.rb
Overview
Public: a container for Mixin symbols.
Instance Attribute Summary
Attributes inherited from Symbol
#belongs_to, #methods, #properties
Class Method Summary collapse
-
.type ⇒ Object
Public: the type of symbols that should be encapsulated by this container.
Methods inherited from Symbol
#add_member, #add_members, #find, from_symbol, #has_members?, #initialize, #member?, #members, #private?, #public?, #summary, #symbol_id, #to_descriptor
Methods inherited from Base
#==, #[], #[]=, #delete, #fetch, #find, #initialize, #method_missing, #respond_to?, #summarized?, #summary, #tags, #to_h, #update
Constructor Details
This class inherits a constructor from Docks::Containers::Symbol
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Docks::Containers::Base
Class Method Details
.type ⇒ Object
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.
16 |
# File 'lib/docks/containers/mixin_container.rb', line 16 def self.type; Docks::Types::Symbol::MIXIN end |