Class: DockerImageMap::ImageSet
- Inherits:
-
Object
- Object
- DockerImageMap::ImageSet
- Defined in:
- lib/docker_image_map/image_set.rb
Instance Attribute Summary collapse
-
#images ⇒ Object
readonly
Returns the value of attribute images.
Instance Method Summary collapse
- #[](id) ⇒ Object
-
#initialize ⇒ ImageSet
constructor
A new instance of ImageSet.
- #roots ⇒ Object
Constructor Details
#initialize ⇒ ImageSet
Returns a new instance of ImageSet.
7 8 9 |
# File 'lib/docker_image_map/image_set.rb', line 7 def initialize @images = {} end |
Instance Attribute Details
#images ⇒ Object (readonly)
Returns the value of attribute images.
11 12 13 |
# File 'lib/docker_image_map/image_set.rb', line 11 def images @images end |