struct CB::Model::Operation
- CB::Model::Operation
- Struct
- Value
- Object
Overview
Upgrade operation.
Included Modules
- JSON::Serializable
Defined in:
models/operation.crConstructors
- .new(flavor : Flavor, state : State, starting_from : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #flavor : Flavor
- #flavor=(flavor : Flavor)
- #starting_from : String | Nil
- #starting_from=(starting_from : String | Nil)
- #state : State
- #state=(state : State)