Class: Formstrap::Configuration
- Inherits:
-
Object
- Object
- Formstrap::Configuration
- Defined in:
- lib/formstrap/configuration.rb
Instance Attribute Summary collapse
-
#ai ⇒ Object
Returns the value of attribute ai.
-
#open_ai_key ⇒ Object
Returns the value of attribute open_ai_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 8 9 |
# File 'lib/formstrap/configuration.rb', line 6 def initialize @open_ai_key = "" @ai = false end |
Instance Attribute Details
#ai ⇒ Object
Returns the value of attribute ai.
4 5 6 |
# File 'lib/formstrap/configuration.rb', line 4 def ai @ai end |
#open_ai_key ⇒ Object
Returns the value of attribute open_ai_key.
3 4 5 |
# File 'lib/formstrap/configuration.rb', line 3 def open_ai_key @open_ai_key end |