struct Place::AutoRelease::AutoReleaseConfig

Overview

time_before and time_after are in minutes

Included Modules

Extended Modules

Defined in:

place/auto_release.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time_before : Int64 = 0, time_after : Int64 = 0, resources : Array(String) = [] of String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(time_before _time_before = @time_before, time_after _time_after = @time_after, resources _resources = @resources) #

[View source]
def resources : Array(String) #

def time_after : Int64 #

def time_before : Int64 #