struct

TopologyEnvItem

Inherits Struct < Value < Object

Constructors

from_json(raw : String) : self
Source
new(id : Int32, slug : String, name : String, updatedAt : String, nodes : Array(TopologyNodeItem), edges : Array(TopologyEdgeItem), hostPort : Int32 | Nil = nil, deploymentSlug : String | Nil = nil)
Source

Class methods

schema_json
Source
valid?(json : String) : Bool
Source
validate(json : String) : AtaValidator::ValidationResult
Source
validator
Source

Instance methods

deploymentSlug
edges
hostPort
id
name
nodes
slug
updatedAt