Sha256: c8f865b92af42f8220808769827aac27b1270914f51b6be9c7b09b833bfaa56f

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

module Punchblock
  module Translator
    class Asterisk
      module Component
        extend ActiveSupport::Autoload

        autoload :Asterisk

        class Component
          include Celluloid

          attr_reader :id
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
punchblock-0.7.1 lib/punchblock/translator/asterisk/component.rb
punchblock-0.7.0 lib/punchblock/translator/asterisk/component.rb
punchblock-0.6.2 lib/punchblock/translator/asterisk/component.rb