Sha256: cae44a92b30920a6071ea1cb38679e016aa6d6c4406f258b0ab4bfe1eb6ed181

Contents?: true

Size: 233 Bytes

Versions: 14

Compression:

Stored size: 233 Bytes

Contents

class PeakFlowUtils::ConfigurationService
  attr_accessor :paths_to_translate

  def self.current
    @current ||= PeakFlowUtils::ConfigurationService.new
  end

  def initialize
    @paths_to_translate = [Rails.root.to_s]
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
peak_flow_utils-0.1.19 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.18 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.17 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.16 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.15 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.14 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.13 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.12 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.11 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.10 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.9 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.8 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.7 app/services/peak_flow_utils/configuration_service.rb
peak_flow_utils-0.1.6 app/services/peak_flow_utils/configuration_service.rb