struct

DeploymentItem

Inherits Struct < Value < Object

Constructors

from_json(raw : String) : self
Source
new(id : Int32, projectId : Int32, environmentId : Int32, commitHash : String, status : String, createdAt : String, deploymentSlug : String | Nil = nil, assignedPort : Int32 | Nil = nil, imageTag : String | Nil = nil)
Source

Class methods

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

Instance methods

assignedPort
commitHash
createdAt
deploymentSlug
environmentId
id
imageTag
projectId
status