class Docr::Types::ExecInspectResponse
- Docr::Types::ExecInspectResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
types/exec_inspect_response.crConstructors
Instance Method Summary
- #can_remove : Bool
- #can_remove=(can_remove : Bool)
- #container_id : String
- #container_id=(container_id : String)
- #detach_keys : String
- #detach_keys=(detach_keys : String)
- #exit_code : Int64
- #exit_code=(exit_code : Int64)
- #id : String
- #id=(id : String)
- #open_stderr : Bool
- #open_stderr=(open_stderr : Bool)
- #open_stdin : Bool
- #open_stdin=(open_stdin : Bool)
- #open_stdout : Bool
- #open_stdout=(open_stdout : Bool)
- #pid : Int64
- #pid=(pid : Int64)
- #process_config : Docr::Types::ProcessConfig
- #process_config=(process_config : Docr::Types::ProcessConfig)
- #running : Bool
- #running=(running : Bool)