Class: Ballad::Cli::Option

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



7
8
9
# File 'lib/ballad/cli.rb', line 7

def args
  @args
end

#concurrencyObject

Returns the value of attribute concurrency

Returns:

  • (Object)

    the current value of concurrency



7
8
9
# File 'lib/ballad/cli.rb', line 7

def concurrency
  @concurrency
end

#http_methodObject

Returns the value of attribute http_method

Returns:

  • (Object)

    the current value of http_method



7
8
9
# File 'lib/ballad/cli.rb', line 7

def http_method
  @http_method
end