Class: DockerCloud::Event

Inherits:
Faye::WebSocket::API::MessageEvent
  • Object
show all
Defined in:
lib/docker_cloud/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject (readonly)

Returns the value of attribute action.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def action
  @action
end

#datetimeObject (readonly)

Returns the value of attribute datetime.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def datetime
  @datetime
end

#parentsObject (readonly)

Returns the value of attribute parents.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def parents
  @parents
end

#resource_uriObject (readonly)

Returns the value of attribute resource_uri.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def resource_uri
  @resource_uri
end

#stateObject (readonly)

Returns the value of attribute state.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def state
  @state
end

#uuidObject (readonly)

Returns the value of attribute uuid.



6
7
8
# File 'lib/docker_cloud/event.rb', line 6

def uuid
  @uuid
end