module AccountComponent::Commands::Command::Build

Public Instance Methods

build() click to toggle source
# File lib/account_component/commands/command.rb, line 27
def build
  instance = new
  instance.configure
  instance
end