Class: Bootinq::Mountable

Inherits:
Component show all
Defined in:
lib/bootinq/component.rb

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Bootinq::Component

Instance Method Details

#engineObject



87
88
89
# File 'lib/bootinq/component.rb', line 87

def engine
  Object.const_get(module_name)::Engine
end

#mountable?Boolean

Returns:

  • (Boolean)


83
84
85
# File 'lib/bootinq/component.rb', line 83

def mountable?
  true
end