struct Contract::LimitValue

Defined in:

contract/vhostlimit.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def max_connections : Int32 | Nil #

[View source]
def max_connections=(max_connections : Int32 | Nil) #

[View source]
def max_queues : Int32 | Nil #

[View source]
def max_queues=(max_queues : Int32 | Nil) #

[View source]