class Airtable::Config

Defined in:

airtable/config.cr

Constant Summary

INSTANCE = Config.new

Instance Method Summary

Instance Method Detail

def api_key : String | Nil #

[View source]
def api_key=(api_key : String | Nil) #

[View source]
def api_key=(api_key : Nil | String) #

[View source]
def api_version : String #

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

[View source]
def base_name : String | Nil #

[View source]
def base_name=(base_name : String | Nil) #

[View source]
def base_uri #

[View source]
def base_uri=(base_uri : URI) #

[View source]
def cache : CacheHash(String) #

[View source]
def cache=(cache : CacheHash(String)) #

[View source]
def debug : String? #

[View source]
def debug=(debug : Nil | String) #

[View source]
def headers #

[View source]