Method: Atatus::Metadata::SystemInfo::ContainerInfo.read!

Defined in:
lib/atatus/metadata/system_info/container_info.rb

.read!(hostname) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



43
44
45
# File 'lib/atatus/metadata/system_info/container_info.rb', line 43

def self.read!(hostname)
  new.read!(hostname)
end