Sha256: c14a027aad77792d9275c1f32ecfb815e1ef3344e49a078a81f8313f0ac52f64

Contents?: true

Size: 198 Bytes

Versions: 7

Compression:

Stored size: 198 Bytes

Contents

# frozen_string_literal: true

module PUNK
  class PlivoStore < View
    def process
      'plivo'
    end

    protected

    def _dir
      File.join(__dir__, '..', 'templates')
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
punk-0.3.6 lib/punk/views/plivo_store.rb
punk-0.3.5 lib/punk/views/plivo_store.rb
punk-0.3.4 lib/punk/views/plivo_store.rb
punk-0.3.3 lib/punk/views/plivo_store.rb
punk-0.3.2 lib/punk/views/plivo_store.rb
punk-0.3.1 lib/punk/views/plivo_store.rb
punk-0.2.0 lib/punk/views/plivo_store.rb