struct CB::Model::Operation

Overview

Upgrade operation.

Included Modules

Defined in:

models/operation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flavor : Flavor, state : State, starting_from : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def flavor : Flavor #

[View source]
def flavor=(flavor : Flavor) #

[View source]
def starting_from : String | Nil #

[View source]
def starting_from=(starting_from : String | Nil) #

[View source]
def state : State #

[View source]
def state=(state : State) #

[View source]