Sha256: fd07eaab68714a221f64dda38e4368baa9395cc56d20476c6246ff9bf3fc4962

Contents?: true

Size: 409 Bytes

Versions: 35

Compression:

Stored size: 409 Bytes

Contents

require 'active_support/json'
require 'securerandom'

module Runcible
  module Models
    class PythonDistributor < Distributor
      def initialize(params = {})
        super(params)
      end

      def self.type_id
        'python_distributor'
      end

      def config
        to_ret = as_json
        to_ret.delete('auto_publish')
        to_ret.delete('id')
        to_ret
      end
    end
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
runcible-2.13.1 lib/runcible/models/python_distributor.rb
runcible-2.13.0 lib/runcible/models/python_distributor.rb
runcible-2.12.1 lib/runcible/models/python_distributor.rb
runcible-2.12.0 lib/runcible/models/python_distributor.rb
runcible-2.11.1 lib/runcible/models/python_distributor.rb
runcible-2.11.0 lib/runcible/models/python_distributor.rb
runcible-2.10.1 lib/runcible/models/python_distributor.rb
runcible-2.10.0 lib/runcible/models/python_distributor.rb
runcible-2.9.0 lib/runcible/models/python_distributor.rb
runcible-2.8.1 lib/runcible/models/python_distributor.rb
runcible-2.8.0 lib/runcible/models/python_distributor.rb
runcible-2.7.0 lib/runcible/models/python_distributor.rb
runcible-2.6.0 lib/runcible/models/python_distributor.rb
runcible-2.5.0 lib/runcible/models/python_distributor.rb
runcible-2.4.0 lib/runcible/models/python_distributor.rb
runcible-2.3.0 lib/runcible/models/python_distributor.rb
runcible-2.2.0 lib/runcible/models/python_distributor.rb
runcible-1.12.0 lib/runcible/models/python_distributor.rb
runcible-2.1.0 lib/runcible/models/python_distributor.rb
runcible-2.0.1 lib/runcible/models/python_distributor.rb