Class: Jumbotron::Scheduling::ScheduleDefinition

Inherits:
Data
  • Object
show all
Defined in:
app/scheduling/jumbotron/scheduling/schedule_definition.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject (readonly)

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



5
6
7
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5

def arguments
  @arguments
end

#cadenceObject (readonly)

Returns the value of attribute cadence

Returns:

  • (Object)

    the current value of cadence



5
6
7
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5

def cadence
  @cadence
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5

def id
  @id
end

#job_class_nameObject (readonly)

Returns the value of attribute job_class_name

Returns:

  • (Object)

    the current value of job_class_name



5
6
7
# File 'app/scheduling/jumbotron/scheduling/schedule_definition.rb', line 5

def job_class_name
  @job_class_name
end