module TokyoMetro::ClassNameLibrary::Static::TrainType::Color::ClassMethods

Public Instance Methods

factory_for_generating_from_hash() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 24
def factory_for_generating_from_hash
  ::TokyoMetro::Factory::Generate::Static::TrainType::Color::Info
end
factory_for_generating_from_saved_file() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 20
def factory_for_generating_from_saved_file
  ::TokyoMetro::Factory::Generate::Static::TrainType::Color::Hash
end
hash_class() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 12
def hash_class
  ::TokyoMetro::Static::TrainType::Color::Hash
end
info_class() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 16
def info_class
  ::TokyoMetro::Static::TrainType::Color::Info
end
toplevel_namespace() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 8
def toplevel_namespace
  ::TokyoMetro::Static::TrainType::Color
end

Private Instance Methods

yaml_file_basename() click to toggle source
# File lib/tokyo_metro/class_name_library/static/train_type/color.rb, line 30
def yaml_file_basename
  "train_type/color"
end