Class: Mxrb::Runtime::ScheduledJob

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/runtime/scheduler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject (readonly)

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def enabled
  @enabled
end

#microflowObject (readonly)

Returns the value of attribute microflow

Returns:

  • (Object)

    the current value of microflow



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def microflow
  @microflow
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def name
  @name
end

#overlapObject (readonly)

Returns the value of attribute overlap

Returns:

  • (Object)

    the current value of overlap



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def overlap
  @overlap
end

#qualified_nameObject (readonly)

Returns the value of attribute qualified_name

Returns:

  • (Object)

    the current value of qualified_name



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def qualified_name
  @qualified_name
end

#scheduleObject (readonly)

Returns the value of attribute schedule

Returns:

  • (Object)

    the current value of schedule



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def schedule
  @schedule
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def source
  @source
end

#start_atObject (readonly)

Returns the value of attribute start_at

Returns:

  • (Object)

    the current value of start_at



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def start_at
  @start_at
end

#time_zoneObject (readonly)

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



21
22
23
# File 'lib/mxrb/runtime/scheduler.rb', line 21

def time_zone
  @time_zone
end