Class: ImageInfo::Configuration
- Inherits:
-
Object
- Object
- ImageInfo::Configuration
- Defined in:
- lib/image_info/configuration.rb
Instance Attribute Summary collapse
-
#max_concurrency ⇒ Object
Returns the value of attribute max_concurrency.
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 |
# File 'lib/image_info/configuration.rb', line 6 def initialize @max_concurrency = 20 end |
Instance Attribute Details
#max_concurrency ⇒ Object
Returns the value of attribute max_concurrency.
4 5 6 |
# File 'lib/image_info/configuration.rb', line 4 def max_concurrency @max_concurrency end |