Class: Sfdown::Config
- Inherits:
-
Struct
- Object
- Struct
- Sfdown::Config
- Defined in:
- lib/sfdown.rb
Overview
Parsed CLI configuration.
Instance Attribute Summary collapse
-
#concurrent ⇒ Object
Returns the value of attribute concurrent.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#no ⇒ Object
Returns the value of attribute no.
-
#output ⇒ Object
Returns the value of attribute output.
-
#project ⇒ Object
Returns the value of attribute project.
-
#sleep ⇒ Object
Returns the value of attribute sleep.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#concurrent ⇒ Object
Returns the value of attribute concurrent
20 21 22 |
# File 'lib/sfdown.rb', line 20 def concurrent @concurrent end |
#metadata ⇒ Object
Returns the value of attribute metadata
20 21 22 |
# File 'lib/sfdown.rb', line 20 def @metadata end |
#no ⇒ Object
Returns the value of attribute no
20 21 22 |
# File 'lib/sfdown.rb', line 20 def no @no end |
#output ⇒ Object
Returns the value of attribute output
20 21 22 |
# File 'lib/sfdown.rb', line 20 def output @output end |
#project ⇒ Object
Returns the value of attribute project
20 21 22 |
# File 'lib/sfdown.rb', line 20 def project @project end |
#sleep ⇒ Object
Returns the value of attribute sleep
20 21 22 |
# File 'lib/sfdown.rb', line 20 def sleep @sleep end |
#timeout ⇒ Object
Returns the value of attribute timeout
20 21 22 |
# File 'lib/sfdown.rb', line 20 def timeout @timeout end |