Class: HybridPlatformsConductor::Topographer::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/hybrid_platforms_conductor/topographer/plugin.rb

Overview

Base class of any topographer plugin

Instance Method Summary collapse

Constructor Details

#initialize(topographer) ⇒ Plugin

Constructor

Parameters
  • topographer (Topographer): Topographer instance containing the graph to be output



12
13
14
# File 'lib/hybrid_platforms_conductor/topographer/plugin.rb', line 12

def initialize(topographer)
  @topographer = topographer
end