Class: BreezyTemplate::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/breezy_template/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



7
8
9
10
# File 'lib/breezy_template/configuration.rb', line 7

def initialize
  @track_sprockets_assets = ['application.js', 'application.css']
  @track_pack_assets = ['application.js']
end

Instance Attribute Details

#track_pack_assetsObject

Returns the value of attribute track_pack_assets.



5
6
7
# File 'lib/breezy_template/configuration.rb', line 5

def track_pack_assets
  @track_pack_assets
end

#track_sprockets_assetsObject

Returns the value of attribute track_sprockets_assets.



5
6
7
# File 'lib/breezy_template/configuration.rb', line 5

def track_sprockets_assets
  @track_sprockets_assets
end