Parent

HammerCLIForemanDocker::DockerContainerCommand::StatusCommand

Public Instance Methods

record_to_common_format(data) click to toggle source
# File lib/hammer_cli_foreman_docker/docker_container.rb, line 84
def record_to_common_format(data)
  # data heuristic fails, suppress the transformation
  data
end
request_params() click to toggle source
# File lib/hammer_cli_foreman_docker/docker_container.rb, line 78
def request_params
  params = super
  params['power_action'] = 'status'
  params
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.