Class: Jumbotron::Scheduling::ScheduleDefinition
- Inherits:
-
Data
- Object
- Data
- Jumbotron::Scheduling::ScheduleDefinition
- Defined in:
- app/scheduling/jumbotron/scheduling/schedule_definition.rb
Instance Attribute Summary collapse
-
#arguments ⇒ Object
readonly
Returns the value of attribute arguments.
-
#cadence ⇒ Object
readonly
Returns the value of attribute cadence.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#job_class_name ⇒ Object
readonly
Returns the value of attribute job_class_name.
Instance Attribute Details
#arguments ⇒ Object (readonly)
Returns the value of attribute arguments
5 6 7 |
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5 def arguments @arguments end |
#cadence ⇒ Object (readonly)
Returns the value of attribute cadence
5 6 7 |
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5 def cadence @cadence end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5 def id @id end |
#job_class_name ⇒ Object (readonly)
Returns the value of attribute job_class_name
5 6 7 |
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5 def job_class_name @job_class_name end |