abstract class Totem::RemoteProviders::Adapter

Overview

Adapter of remote provider

Direct Known Subclasses

Defined in:

totem/remote_providers.cr

Instance Method Summary

Instance methods inherited from class Reference

==(other : Totem::Any) ==

Instance methods inherited from class Object

===(other : Totem::Any) ===

Instance Method Detail

abstract def get(key : String) : Any | Nil #

[View source]
abstract def read(config_type : String | Nil = nil) : Hash(String, Totem::Any) | Nil #

[View source]