Class: FoundationRailsHelper::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



22
23
24
25
# File 'lib/foundation_rails_helper/configuration.rb', line 22

def initialize
  @button_class = 'small radius success button'
  @ignored_flash_keys = []
end

Instance Attribute Details

#button_classObject

Returns the value of attribute button_class.



19
20
21
# File 'lib/foundation_rails_helper/configuration.rb', line 19

def button_class
  @button_class
end

#ignored_flash_keysObject

Returns the value of attribute ignored_flash_keys.



20
21
22
# File 'lib/foundation_rails_helper/configuration.rb', line 20

def ignored_flash_keys
  @ignored_flash_keys
end