Class: TokyoMetro::Factory::Generate::Static::Operator::Info

Inherits:
MetaClass::Info::Normal show all
Includes:
ClassNameLibrary::Static::Operator
Defined in:
lib/tokyo_metro/factory/generate/static/operator/info.rb

Class Method Summary collapse

Methods inherited from MetaClass::Info::Normal

#initialize, #variables, #variables_from_hash_keys

Methods inherited from MetaClass::Info::Fundamental

#generate, info_class_for_this_class, process

Constructor Details

This class inherits a constructor from TokyoMetro::Factory::Generate::Static::MetaClass::Info::Normal

Class Method Details

.hash_keysObject



5
6
7
8
9
10
11
12
# File 'lib/tokyo_metro/factory/generate/static/operator/info.rb', line 5

def self.hash_keys
  [
    :name_ja , :name_ja_display , :name_en , :name_en_display , :index ,
    :operator_code , :numbering ,
    :railway_line_code_shape , :station_code_shape , :color ,
    :twitter_widget_id , :twitter_account_name
  ]
end