NAME
Railway::Builder - a builder
VERSION
version 0.012
SYNOPSIS
my $bldr = Railway::Builder->new;
my $train = $bldr->build_train;
my $way = $bldr->build_way;
ATTRIBUTES
train_class
class for train instances
way_class
class for way instances
METHODS
build_train
build a train
build_way
build a way
AUTHOR
alexbyk.com
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by alexbyk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.