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.
-
#input ⇒ Object
Returns the value of attribute input.
-
#link ⇒ Object
Returns the value of attribute link.
-
#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
22 23 24 |
# File 'lib/sfdown.rb', line 22 def concurrent @concurrent end |
#input ⇒ Object
Returns the value of attribute input
22 23 24 |
# File 'lib/sfdown.rb', line 22 def input @input end |
#link ⇒ Object
Returns the value of attribute link
22 23 24 |
# File 'lib/sfdown.rb', line 22 def link @link end |
#metadata ⇒ Object
Returns the value of attribute metadata
22 23 24 |
# File 'lib/sfdown.rb', line 22 def @metadata end |
#no ⇒ Object
Returns the value of attribute no
22 23 24 |
# File 'lib/sfdown.rb', line 22 def no @no end |
#output ⇒ Object
Returns the value of attribute output
22 23 24 |
# File 'lib/sfdown.rb', line 22 def output @output end |
#project ⇒ Object
Returns the value of attribute project
22 23 24 |
# File 'lib/sfdown.rb', line 22 def project @project end |
#sleep ⇒ Object
Returns the value of attribute sleep
22 23 24 |
# File 'lib/sfdown.rb', line 22 def sleep @sleep end |
#timeout ⇒ Object
Returns the value of attribute timeout
22 23 24 |
# File 'lib/sfdown.rb', line 22 def timeout @timeout end |