class CA::Adapter

Defined in:

clean-architectures/adapter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Hash(String, Bool | Float32 | Int32 | String), name : String = "", description : String = "") #

[View source]

Instance Method Detail

def config : Hash(String, Bool | Float32 | Int32 | String) #

[View source]
def config=(config : Hash(String, Bool | Float32 | Int32 | String)) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def name : String #

For documentation-only purposes:


[View source]
def name=(name : String) #

For documentation-only purposes:


[View source]