Module: PodmanObject
- Included in:
- PodmanContainer, PodmanImage
- Defined in:
- lib/inspec-podman-resources/resources/podman_object.rb
Instance Method Summary collapse
Instance Method Details
#exist? ⇒ Boolean
3 4 5 |
# File 'lib/inspec-podman-resources/resources/podman_object.rb', line 3 def exist? object_info.exists? end |
#id ⇒ Object
7 8 9 |
# File 'lib/inspec-podman-resources/resources/podman_object.rb', line 7 def id object_info.ids[0] if object_info.entries.size == 1 end |