Class: DockerCloud::Event
- Inherits:
-
Faye::WebSocket::API::MessageEvent
- Object
- Faye::WebSocket::API::MessageEvent
- DockerCloud::Event
- Defined in:
- lib/docker_cloud/event.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#datetime ⇒ Object
readonly
Returns the value of attribute datetime.
-
#parents ⇒ Object
readonly
Returns the value of attribute parents.
-
#resource_uri ⇒ Object
readonly
Returns the value of attribute resource_uri.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action.
6 7 8 |
# File 'lib/docker_cloud/event.rb', line 6 def action @action end |
#datetime ⇒ Object (readonly)
Returns the value of attribute datetime.
6 7 8 |
# File 'lib/docker_cloud/event.rb', line 6 def datetime @datetime end |
#parents ⇒ Object (readonly)
Returns the value of attribute parents.
6 7 8 |
# File 'lib/docker_cloud/event.rb', line 6 def parents @parents end |
#resource_uri ⇒ Object (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 |
#state ⇒ Object (readonly)
Returns the value of attribute state.
6 7 8 |
# File 'lib/docker_cloud/event.rb', line 6 def state @state end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/docker_cloud/event.rb', line 6 def uuid @uuid end |