struct CrystaLXD::Container::Action
- CrystaLXD::Container::Action
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
client/container.crConstructors
- .new(action : String, timeout : Int32? = nil, force : Bool? = nil, stateful : Bool? = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #action : String
- #clone
- #copy_with(action _action = @action, timeout _timeout = @timeout, force _force = @force, stateful _stateful = @stateful)
- #force : Bool?
- #stateful : Bool?
- #timeout : Int32?
Constructor Detail
def self.new(action : String, timeout : Int32? = nil, force : Bool? = nil, stateful : Bool? = nil)
#
Instance Method Detail
def copy_with(action _action = @action, timeout _timeout = @timeout, force _force = @force, stateful _stateful = @stateful)
#