Sha256: dc0abc353b106451588fccdf2df5686874dfd486d8404d2bbf15cded416ea152

Contents?: true

Size: 358 Bytes

Versions: 67

Compression:

Stored size: 358 Bytes

Contents

module HybridPlatformsConductor

  class Topographer

    # Base class of any topographer plugin
    class Plugin

      # Constructor
      #
      # Parameters::
      # * *topographer* (Topographer): Topographer instance containing the graph to be output
      def initialize(topographer)
        @topographer = topographer
      end

    end

  end

end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.9.4 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.9.2 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.9.1 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.9.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.8.4 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.8.3 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.8.2 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.8.1 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.8.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.7.4 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.7.3 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.7.2 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.7.1 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.7.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.6.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.5.1 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.5.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.4.0 lib/hybrid_platforms_conductor/topographer/plugin.rb
hybrid_platforms_conductor-33.3.0 lib/hybrid_platforms_conductor/topographer/plugin.rb