Class: FastBound::Configuration
- Inherits:
-
Object
- Object
- FastBound::Configuration
- Defined in:
- lib/fastbound-ruby.rb
Instance Attribute Summary collapse
-
#full_debug ⇒ Object
(also: #full_debug?)
Returns the value of attribute full_debug.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
35 36 37 |
# File 'lib/fastbound-ruby.rb', line 35 def initialize @full_debug ||= false end |
Instance Attribute Details
#full_debug ⇒ Object Also known as: full_debug?
Returns the value of attribute full_debug.
31 32 33 |
# File 'lib/fastbound-ruby.rb', line 31 def full_debug @full_debug end |