Class: Coursemology::Evaluator::CLI::Options
- Inherits:
-
Struct
- Object
- Struct
- Coursemology::Evaluator::CLI::Options
- Defined in:
- lib/coursemology/evaluator/cli.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#api_user_email ⇒ Object
Returns the value of attribute api_user_email.
-
#host ⇒ Object
Returns the value of attribute host.
-
#image_lifetime ⇒ Object
Returns the value of attribute image_lifetime.
-
#one_shot ⇒ Object
Returns the value of attribute one_shot.
-
#poll_interval ⇒ Object
Returns the value of attribute poll_interval.
-
#sleep_time ⇒ Object
Returns the value of attribute sleep_time.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def api_token @api_token end |
#api_user_email ⇒ Object
Returns the value of attribute api_user_email
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def api_user_email @api_user_email end |
#host ⇒ Object
Returns the value of attribute host
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def host @host end |
#image_lifetime ⇒ Object
Returns the value of attribute image_lifetime
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def image_lifetime @image_lifetime end |
#one_shot ⇒ Object
Returns the value of attribute one_shot
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def one_shot @one_shot end |
#poll_interval ⇒ Object
Returns the value of attribute poll_interval
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def poll_interval @poll_interval end |
#sleep_time ⇒ Object
Returns the value of attribute sleep_time
5 6 7 |
# File 'lib/coursemology/evaluator/cli.rb', line 5 def sleep_time @sleep_time end |