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



22
23
24
# File 'lib/sfdown.rb', line 22

def concurrent
  @concurrent
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



22
23
24
# File 'lib/sfdown.rb', line 22

def input
  @input
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



22
23
24
# File 'lib/sfdown.rb', line 22

def link
  @link
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



22
23
24
# File 'lib/sfdown.rb', line 22

def 
  @metadata
end

#noObject

Returns the value of attribute no

Returns:

  • (Object)

    the current value of no



22
23
24
# File 'lib/sfdown.rb', line 22

def no
  @no
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



22
23
24
# File 'lib/sfdown.rb', line 22

def output
  @output
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



22
23
24
# File 'lib/sfdown.rb', line 22

def project
  @project
end

#sleepObject

Returns the value of attribute sleep

Returns:

  • (Object)

    the current value of sleep



22
23
24
# File 'lib/sfdown.rb', line 22

def sleep
  @sleep
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



22
23
24
# File 'lib/sfdown.rb', line 22

def timeout
  @timeout
end