Class: TokyoMetro::Factory::Generate::Static::TrainOwner::Info
- Inherits:
-
MetaClass::Info::Fundamental
- Object
- MetaClass::Info::Fundamental
- TokyoMetro::Factory::Generate::Static::TrainOwner::Info
- Includes:
- ClassNameLibrary::Static::TrainOwner
- Defined in:
- lib/tokyo_metro/factory/generate/static/train_owner/info.rb
Instance Method Summary collapse
-
#initialize(same_as, operator_name) ⇒ Info
constructor
Constructor.
Methods inherited from MetaClass::Info::Fundamental
#generate, info_class_for_this_class, process
Constructor Details
#initialize(same_as, operator_name) ⇒ Info
Constructor
8 9 10 11 |
# File 'lib/tokyo_metro/factory/generate/static/train_owner/info.rb', line 8 def initialize( same_as , operator_name ) @same_as = same_as @operator_name = operator_name end |