struct

BatchConfig

Inherits YAML::Serializable < Struct < Value < Object

Constructors

from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : BatchConfig
Source
new(size : Int32, interval : Time::Span)
Source
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

clone
Source
copy_with(size _size = @size, interval _interval = @interval)
Source
interval
Source
size