Class: Xeno::AgentDefinition::Schedule
- Inherits:
-
Struct
- Object
- Struct
- Xeno::AgentDefinition::Schedule
- Defined in:
- lib/xeno/agent_definition.rb
Instance Attribute Summary collapse
-
#cron ⇒ Object
Returns the value of attribute cron.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prompt ⇒ Object
Returns the value of attribute prompt.
Instance Attribute Details
#cron ⇒ Object
Returns the value of attribute cron
14 15 16 |
# File 'lib/xeno/agent_definition.rb', line 14 def cron @cron end |
#name ⇒ Object
Returns the value of attribute name
14 15 16 |
# File 'lib/xeno/agent_definition.rb', line 14 def name @name end |
#prompt ⇒ Object
Returns the value of attribute prompt
14 15 16 |
# File 'lib/xeno/agent_definition.rb', line 14 def prompt @prompt end |