Class: Baidu::Configuration
- Inherits:
-
Object
- Object
- Baidu::Configuration
- Includes:
- Singleton
- Defined in:
- lib/baidu/configuration.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
8 9 10 |
# File 'lib/baidu/configuration.rb', line 8 def initialize @mode = :super end |
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode.
6 7 8 |
# File 'lib/baidu/configuration.rb', line 6 def mode @mode end |