Module: Vvm

Defined in:
lib/vvm/cli.rb,
lib/vvm/error.rb,
lib/vvm/state.rb,
lib/vvm/machine.rb,
lib/vvm/version.rb,
lib/vvm/dispenser.rb,
lib/vvm/model/coin.rb,
lib/vvm/state/base.rb,
lib/vvm/cli/command.rb,
lib/vvm/model/product.rb,
lib/vvm/state/sold_out.rb,
lib/vvm/cli/environment.rb,
lib/vvm/cli/command/base.rb,
lib/vvm/cli/command/exit.rb,
lib/vvm/state/empty_balance.rb,
lib/vvm/cli/command/dispense.rb,
lib/vvm/state/positive_balance.rb,
lib/vvm/cli/command/insert_coin.rb,
lib/vvm/cli/command/pick_product.rb,
lib/vvm/cli/command/show_main_menu.rb,
lib/vvm/cli/command/confirm_dispense.rb,
lib/vvm/cli/command/confirm_product_pick.rb

Defined Under Namespace

Modules: Model, State Classes: CLI, Dispenser, Error, InsufficientBalance, InvalidInput, Machine, MachineIsEmpty, OutOfStock, ProductNotFound

Constant Summary collapse

VERSION =
'0.3.0'