class FrozenLayer::Configuration

Included Modules

Defined in:

frozen_layer/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def connect_timeout : Time::Span | Nil #

[View source]
def connect_timeout=(connect_timeout : Time::Span | Nil) #

[View source]
def cors_domain : String #

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

[View source]
def cors_regex : String | Nil #

The cors regex have priority over the cors domain


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

The cors regex have priority over the cors domain


[View source]
def dev? #

[View source]
def environment : String #

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

[View source]
def graphql_url : String #

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

[View source]
def operations_map : OperationsMap | Nil #

[View source]
def operations_map=(operations_map : OperationsMap | Nil) #

[View source]
def prod? #

[View source]
def proxy_url : String | Nil #

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

[View source]
def store_connection_pool_size : Int32 #

[View source]
def store_connection_pool_size=(store_connection_pool_size : Int32) #

[View source]
def store_connection_timeout : Float64 #

[View source]
def store_connection_timeout=(store_connection_timeout : Float64) #

[View source]
def store_url : String | Nil #

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

[View source]
def test? #

[View source]