Module: TokyoMetro::ClassNameLibrary::Api::TrainLocation::ClassMethods
- Defined in:
- lib/tokyo_metro/class_name_library/api/train_location.rb
クラスメソッド (1) - メタデータ collapse
-
#context ⇒ String
JSON-LD 仕様に基づく context のURL - URL.
-
#rdf_type ⇒ String
クラス指定 - odpt:Train.
生成するクラスの情報 collapse
-
#info_class ⇒ Const ( ::TokyoMetro::Api::TrainLocation::Info )
配列の要素となるインスタンスのクラス.
-
#list_class ⇒ Const ( ::TokyoMetro::Api::TrainLocation::List )
配列のクラス.
-
#toplevel_namespace ⇒ Const ( ::TokyoMetro::Api::TrainLocation )
トップレベルのクラス.
Factory Pattern のクラスの情報 collapse
-
#factory_for_generating_from_hash ⇒ Const ( ::TokyoMetro::Factory::Generate::Api::TrainLocation::Info )
JSON をパースして得られた配列の要素である Hash からインスタンスを作成するメソッドための Factory Pattern クラス.
-
#factory_for_generating_from_saved_file ⇒ Const ( ::TokyoMetro::Factory::Generate::Api::TrainLocation::List )
保存済みの情報を処理しインスタンスを復元するための Factory Pattern クラス.
-
#factory_for_getting ⇒ Const ( ::TokyoMetro::Factory::Get::Api::DataSearch::TrainLocation )
API からデータを取得するための Factory Pattern クラス.
-
#factory_for_saving_datas_of_each_group ⇒ Const ( ::TokyoMetro::Factory::Save::Api::TrainLocation::Group )
グループ化されたデータを保存するための Factory Pattern クラス.
-
#factory_for_saving_to_each_file ⇒ Const ( ::TokyoMetro::Factory::Save::Api::TrainLocation::EachFile )
API から取得したデータを保存するための Factory Pattern クラス.
- #file_info_class_for_saving ⇒ Object
-
#key_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_not_generated ⇒ String or Symbol
API の情報(ハッシュの配列)の各成分をディレクトリ分けするときに使用するキーの設定.
- #list_class_for_saving_grouped_infos ⇒ Object
-
#method_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_generated ⇒ String or Symbol
API の情報(generate_instance が true のときの、インスタンスの配列)の各成分をディレクトリ分けするときに使用するキーの設定.
-
#regexp_indicating_deleted_part_of_value_and_used_when_determine_saved_file_name ⇒ Regexp
ファイル名を作成する際に削除する部分を示す正規表現.
Instance Method Details
#context ⇒ String
JSON-LD 仕様に基づく context のURL - URL
18 19 20 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 18 def context "http://vocab.tokyometroapp.jp/context_odpt_Train.jsonld" end |
#factory_for_generating_from_hash ⇒ Const ( ::TokyoMetro::Factory::Generate::Api::TrainLocation::Info )
JSON をパースして得られた配列の要素である Hash からインスタンスを作成するメソッドための Factory Pattern クラス
72 73 74 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 72 def ::TokyoMetro::Factory::Generate::Api::TrainLocation::Info end |
#factory_for_generating_from_saved_file ⇒ Const ( ::TokyoMetro::Factory::Generate::Api::TrainLocation::List )
保存済みの情報を処理しインスタンスを復元するための Factory Pattern クラス
78 79 80 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 78 def ::TokyoMetro::Factory::Generate::Api::TrainLocation::List end |
#factory_for_getting ⇒ Const ( ::TokyoMetro::Factory::Get::Api::DataSearch::TrainLocation )
API からデータを取得するための Factory Pattern クラス
46 47 48 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 46 def factory_for_getting ::TokyoMetro::Factory::Get::Api::DataSearch::TrainLocation end |
#factory_for_saving_datas_of_each_group ⇒ Const ( ::TokyoMetro::Factory::Save::Api::TrainLocation::Group )
グループ化されたデータを保存するための Factory Pattern クラス
58 59 60 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 58 def factory_for_saving_datas_of_each_group ::TokyoMetro::Factory::Save::Api::TrainLocation::Group end |
#factory_for_saving_to_each_file ⇒ Const ( ::TokyoMetro::Factory::Save::Api::TrainLocation::EachFile )
API から取得したデータを保存するための Factory Pattern クラス
52 53 54 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 52 def factory_for_saving_to_each_file ::TokyoMetro::Factory::Save::Api::TrainLocation::EachFile end |
#file_info_class_for_saving ⇒ Object
66 67 68 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 66 def file_info_class_for_saving ::TokyoMetro::Factory::Save::Api::TrainLocation::Group::FileInfo end |
#info_class ⇒ Const ( ::TokyoMetro::Api::TrainLocation::Info )
配列の要素となるインスタンスのクラス
38 39 40 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 38 def info_class ::TokyoMetro::Api::TrainLocation::Info end |
#key_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_not_generated ⇒ String or Symbol
API の情報(ハッシュの配列)の各成分をディレクトリ分けするときに使用するキーの設定
90 91 92 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 90 def key_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_not_generated "odpt:railway" end |
#list_class ⇒ Const ( ::TokyoMetro::Api::TrainLocation::List )
配列のクラス
32 33 34 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 32 def list_class ::TokyoMetro::Api::TrainLocation::List end |
#list_class_for_saving_grouped_infos ⇒ Object
62 63 64 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 62 def list_class_for_saving_grouped_infos ::TokyoMetro::Factory::Save::Api::TrainLocation::Group::List end |
#method_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_generated ⇒ String or Symbol
API の情報(generate_instance が true のときの、インスタンスの配列)の各成分をディレクトリ分けするときに使用するキーの設定
84 85 86 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 84 def method_name_for_determining_dir_when_saving_grouped_infos_and_instance_is_generated :railway_line end |
#rdf_type ⇒ String
クラス指定 - odpt:Train
12 13 14 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 12 def rdf_type "odpt:Train" end |
#regexp_indicating_deleted_part_of_value_and_used_when_determine_saved_file_name ⇒ Regexp
ファイル名を作成する際に削除する部分を示す正規表現
96 97 98 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 96 def regexp_indicating_deleted_part_of_value_and_used_when_determine_saved_file_name /\Aodpt\.Railway\:/ end |
#toplevel_namespace ⇒ Const ( ::TokyoMetro::Api::TrainLocation )
トップレベルのクラス
26 27 28 |
# File 'lib/tokyo_metro/class_name_library/api/train_location.rb', line 26 def toplevel_namespace ::TokyoMetro::Api::TrainLocation end |