Class: Hyperloop::Vis::Network::Component

Inherits:
Object
  • Object
show all
Includes:
Mixin
Defined in:
lib/hyperloop/vis/network/component.rb

Class Method Summary collapse

Methods included from Mixin

included

Class Method Details

.inherited(base) ⇒ Object



6
7
8
9
10
11
# File 'lib/hyperloop/vis/network/component.rb', line 6

def self.inherited(base)
  base.class_eval do
    param vis_data: nil
    param options: nil
  end
end