class TokyoMetro::Factory::Generate::Api::MetaClass::Info::NotOnTheTopLayer
Public Class Methods
new(h)
click to toggle source
Calls superclass method
TokyoMetro::Factory::Generate::Api::MetaClass::Info::Fundamental::new
# 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