enum

Amazonite::SsmV1::PatchAction

Inherits Enum < Comparable < Value < Object

Constants

AllowAsDependency = 0
Block = 1

Class methods

from_json(pull : JSON::PullParser) : AS::PatchAction
Source
to_json(e : PatchAction, json : JSON::Builder) : Nil
Source

Instance methods

allow_as_dependency?

Returns true if this enum value equals AllowAsDependency

Source
block?

Returns true if this enum value equals Block

Source