class

Cl8r::Model::RangeSpec

Inherits YAML::Serializable < Reference < Object

Specification for IP address range boundaries (e.g. start and end IPs).

Constructors

new(start : String, stop : String)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

end=(val : String)
Source
start
Source
start=(start : String)
Source
stop
Source
stop=(stop : String)
Source