Module: AccountComponent::Commands::Command::Build

Defined in:
lib/account_component/commands/command.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



27
28
29
30
31
# File 'lib/account_component/commands/command.rb', line 27

def build
  instance = new
  instance.configure
  instance
end