Class: TextRazor::Configuration
- Inherits:
-
Object
- Object
- TextRazor::Configuration
- Defined in:
- lib/textrazor/configuration.rb
Instance Attribute Summary collapse
-
#secure ⇒ Object
Returns the value of attribute secure.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 |
# File 'lib/textrazor/configuration.rb', line 5 def initialize @secure = true end |
Instance Attribute Details
#secure ⇒ Object
Returns the value of attribute secure.
3 4 5 |
# File 'lib/textrazor/configuration.rb', line 3 def secure @secure end |