Class: RakeSecrets::Types::Constant
- Inherits:
-
Object
- Object
- RakeSecrets::Types::Constant
- Defined in:
- lib/rake_secrets/types/constant.rb
Instance Method Summary collapse
- #generate ⇒ Object
-
#initialize(value) ⇒ Constant
constructor
A new instance of Constant.
Constructor Details
#initialize(value) ⇒ Constant
Returns a new instance of Constant.
6 7 8 |
# File 'lib/rake_secrets/types/constant.rb', line 6 def initialize(value) @value = value end |
Instance Method Details
#generate ⇒ Object
10 11 12 |
# File 'lib/rake_secrets/types/constant.rb', line 10 def generate @value end |