Module: FlipperExtensions::ConfigurationPatch

Defined in:
lib/flipper/configuration_patch.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#custom_views_pathObject

Returns the value of attribute custom_views_path.



5
6
7
# File 'lib/flipper/configuration_patch.rb', line 5

def custom_views_path
  @custom_views_path
end

Instance Method Details

#initializeObject



7
8
9
10
# File 'lib/flipper/configuration_patch.rb', line 7

def initialize
  super
  @custom_views_path = nil
end