Class: Ballad::Cli::Option
- Inherits:
-
Struct
- Object
- Struct
- Ballad::Cli::Option
- Defined in:
- lib/ballad/cli.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#concurrency ⇒ Object
Returns the value of attribute concurrency.
-
#http_method ⇒ Object
Returns the value of attribute http_method.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
7 8 9 |
# File 'lib/ballad/cli.rb', line 7 def args @args end |
#concurrency ⇒ Object
Returns the value of attribute concurrency
7 8 9 |
# File 'lib/ballad/cli.rb', line 7 def concurrency @concurrency end |
#http_method ⇒ Object
Returns the value of attribute http_method
7 8 9 |
# File 'lib/ballad/cli.rb', line 7 def http_method @http_method end |