Class: Sfdown::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/sfdown.rb

Overview

Parsed CLI configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#concurrentObject

Returns the value of attribute concurrent

Returns:

  • (Object)

    the current value of concurrent



20
21
22
# File 'lib/sfdown.rb', line 20

def concurrent
  @concurrent
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



20
21
22
# File 'lib/sfdown.rb', line 20

def 
  @metadata
end

#noObject

Returns the value of attribute no

Returns:

  • (Object)

    the current value of no



20
21
22
# File 'lib/sfdown.rb', line 20

def no
  @no
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



20
21
22
# File 'lib/sfdown.rb', line 20

def output
  @output
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



20
21
22
# File 'lib/sfdown.rb', line 20

def project
  @project
end

#sleepObject

Returns the value of attribute sleep

Returns:

  • (Object)

    the current value of sleep



20
21
22
# File 'lib/sfdown.rb', line 20

def sleep
  @sleep
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



20
21
22
# File 'lib/sfdown.rb', line 20

def timeout
  @timeout
end