Class: TokyoMetro::Factory::Generate::Api::MetaClass::Info::NotOnTheTopLayer

Inherits:
Fundamental
  • Object
show all
Defined in:
lib/tokyo_metro/factory/generate/api/meta_class/info/not_on_the_top_layer.rb

Instance Method Summary collapse

Methods inherited from Fundamental

#generate, instance_class, process, #to_check_validity?

Constructor Details

#initialize(h) ⇒ NotOnTheTopLayer

Returns a new instance of NotOnTheTopLayer.



3
4
5
# File 'lib/tokyo_metro/factory/generate/api/meta_class/info/not_on_the_top_layer.rb', line 3

def initialize(h)
  super( h , on_the_top_layer: false )
end