Class: Docker::Image
- Inherits:
-
Struct
- Object
- Struct
- Docker::Image
- Defined in:
- lib/docker/maker.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#id ⇒ Object
Returns the value of attribute id.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
137 138 139 |
# File 'lib/docker/maker.rb', line 137 def created @created end |
#id ⇒ Object
Returns the value of attribute id
137 138 139 |
# File 'lib/docker/maker.rb', line 137 def id @id end |
#repo ⇒ Object
Returns the value of attribute repo
137 138 139 |
# File 'lib/docker/maker.rb', line 137 def repo @repo end |
#tag ⇒ Object
Returns the value of attribute tag
137 138 139 |
# File 'lib/docker/maker.rb', line 137 def tag @tag end |