Class: TokyoMetro::Api::MetaClass::Fundamental
- Inherits:
-
Object
- Object
- TokyoMetro::Api::MetaClass::Fundamental
- Defined in:
- lib/tokyo_metro/api/meta_class/fundamental.rb
Overview
API から提供されるデータのメタクラス
Direct Known Subclasses
Defined Under Namespace
Factory Pattern のクラスの情報 collapse
-
.factory_for_generating_from_saved_file ⇒ Const (class)
保存済みの情報を処理しインスタンスを復元するための Factory Pattern クラス.
Class Method Details
.factory_for_generating_from_saved_file ⇒ Const (class)
保存済みの情報を処理しインスタンスを復元するための Factory Pattern クラス
12 13 14 |
# File 'lib/tokyo_metro/api/meta_class/fundamental.rb', line 12 def self. raise "The class method \"#{ __method__ }\" is not defined in this class \"#{ self.name }\"." end |