Class: AutoCloseOption

Inherits:
String
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comAutoCloseOption

Constant Summary collapse

AUTO_CLOSE_ON_DATE =
AutoCloseOption.new("AUTO_CLOSE_ON_DATE")
AUTO_CLOSE_X_DAYS_AFTER_LAST_RESPONSE =
AutoCloseOption.new("AUTO_CLOSE_X_DAYS_AFTER_LAST_RESPONSE")
AUTO_CLOSE_X_DAYS_AFTER_LAUNCH =
AutoCloseOption.new("AUTO_CLOSE_X_DAYS_AFTER_LAUNCH")
NO_AUTO_CLOSE =
AutoCloseOption.new("NO_AUTO_CLOSE")