class Lexicon::Cli::Command::ContainerAwareCommand

Public Class Methods

new(args = [], local_options = {}, config = {}) click to toggle source
Calls superclass method
# File lib/lexicon/cli/command/container_aware_command.rb, line 9
def initialize(args = [], local_options = {}, config = {})
  super(args, local_options, config)

  self.container = config[:container]
end