Class: Mxrb::Runtime::ScheduledJob
- Inherits:
-
Data
- Object
- Data
- Mxrb::Runtime::ScheduledJob
- Defined in:
- lib/mxrb/runtime/scheduler.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
readonly
Returns the value of attribute enabled.
-
#microflow ⇒ Object
readonly
Returns the value of attribute microflow.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#overlap ⇒ Object
readonly
Returns the value of attribute overlap.
-
#qualified_name ⇒ Object
readonly
Returns the value of attribute qualified_name.
-
#schedule ⇒ Object
readonly
Returns the value of attribute schedule.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#start_at ⇒ Object
readonly
Returns the value of attribute start_at.
-
#time_zone ⇒ Object
readonly
Returns the value of attribute time_zone.
Instance Attribute Details
#enabled ⇒ Object (readonly)
Returns the value of attribute enabled
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def enabled @enabled end |
#microflow ⇒ Object (readonly)
Returns the value of attribute microflow
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def microflow @microflow end |
#name ⇒ Object (readonly)
Returns the value of attribute name
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def name @name end |
#overlap ⇒ Object (readonly)
Returns the value of attribute overlap
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def overlap @overlap end |
#qualified_name ⇒ Object (readonly)
Returns the value of attribute qualified_name
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def qualified_name @qualified_name end |
#schedule ⇒ Object (readonly)
Returns the value of attribute schedule
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def schedule @schedule end |
#source ⇒ Object (readonly)
Returns the value of attribute source
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def source @source end |
#start_at ⇒ Object (readonly)
Returns the value of attribute start_at
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def start_at @start_at end |
#time_zone ⇒ Object (readonly)
Returns the value of attribute time_zone
21 22 23 |
# File 'lib/mxrb/runtime/scheduler.rb', line 21 def time_zone @time_zone end |