Class: Coursemology::Evaluator::CLI::Options

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token

Returns:

  • (Object)

    the current value of api_token



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def api_token
  @api_token
end

#api_user_emailObject

Returns the value of attribute api_user_email

Returns:

  • (Object)

    the current value of api_user_email



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def api_user_email
  @api_user_email
end

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def host
  @host
end

#image_lifetimeObject

Returns the value of attribute image_lifetime

Returns:

  • (Object)

    the current value of image_lifetime



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def image_lifetime
  @image_lifetime
end

#one_shotObject

Returns the value of attribute one_shot

Returns:

  • (Object)

    the current value of one_shot



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def one_shot
  @one_shot
end

#poll_intervalObject

Returns the value of attribute poll_interval

Returns:

  • (Object)

    the current value of poll_interval



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def poll_interval
  @poll_interval
end

#sleep_timeObject

Returns the value of attribute sleep_time

Returns:

  • (Object)

    the current value of sleep_time



5
6
7
# File 'lib/coursemology/evaluator/cli.rb', line 5

def sleep_time
  @sleep_time
end