Class: Seraph::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/seraph/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#pepperObject

Returns the value of attribute pepper.



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

def pepper
  @pepper
end

Instance Method Details

#resetObject



9
10
11
# File 'lib/seraph/configuration.rb', line 9

def reset
  self.pepper = nil
end