class Docker::EventMessage
- Docker::EventMessage
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
docker/schemas.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : String | Nil = nil, action : String | Nil = nil, actor : EventActor | Nil = nil, scope : String | Nil = nil, time : Int64 | Nil = nil, time_nano : Int64 | Nil = nil)
Instance Method Summary
- #action : String | Nil
- #action=(action : String | Nil)
- #action? : String | Nil | Nil
- #actor : EventActor | Nil
- #actor=(actor : EventActor | Nil)
- #actor? : EventActor | Nil | Nil
- #scope : String | Nil
- #scope=(scope : String | Nil)
- #scope? : String | Nil | Nil
- #time : Int64
- #time=(time : Int64)
- #time? : Int64 | Nil
- #time_nano : Int64 | Nil
- #time_nano=(time_nano : Int64 | Nil)
- #time_nano? : Int64 | Nil | Nil
- #type : String | Nil
- #type=(type : String | Nil)
- #type? : String | Nil | Nil
Constructor Detail
def self.new(type : String | Nil = nil, action : String | Nil = nil, actor : EventActor | Nil = nil, scope : String | Nil = nil, time : Int64 | Nil = nil, time_nano : Int64 | Nil = nil)
#