Class: Insika::ScheduleStore::Record
- Inherits:
-
Data
- Object
- Data
- Insika::ScheduleStore::Record
- Defined in:
- lib/insika/schedule_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#cron ⇒ Object
readonly
Returns the value of attribute cron.
-
#enabled ⇒ Object
readonly
Returns the value of attribute enabled.
-
#every ⇒ Object
readonly
Returns the value of attribute every.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#last_run_at ⇒ Object
readonly
Returns the value of attribute last_run_at.
-
#last_skip ⇒ Object
readonly
Returns the value of attribute last_skip.
-
#last_task_id ⇒ Object
readonly
Returns the value of attribute last_task_id.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#next_fire_at ⇒ Object
readonly
Returns the value of attribute next_fire_at.
-
#overrides ⇒ Object
readonly
Returns the value of attribute overrides.
-
#session_id ⇒ Object
readonly
Returns the value of attribute session_id.
-
#session_mode ⇒ Object
readonly
Returns the value of attribute session_mode.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#tz ⇒ Object
readonly
Returns the value of attribute tz.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def agent @agent end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def created_at @created_at end |
#cron ⇒ Object (readonly)
Returns the value of attribute cron
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def cron @cron end |
#enabled ⇒ Object (readonly)
Returns the value of attribute enabled
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def enabled @enabled end |
#every ⇒ Object (readonly)
Returns the value of attribute every
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def every @every end |
#id ⇒ Object (readonly)
Returns the value of attribute id
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def id @id end |
#last_run_at ⇒ Object (readonly)
Returns the value of attribute last_run_at
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def last_run_at @last_run_at end |
#last_skip ⇒ Object (readonly)
Returns the value of attribute last_skip
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def last_skip @last_skip end |
#last_task_id ⇒ Object (readonly)
Returns the value of attribute last_task_id
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def last_task_id @last_task_id end |
#message ⇒ Object (readonly)
Returns the value of attribute message
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def @message end |
#next_fire_at ⇒ Object (readonly)
Returns the value of attribute next_fire_at
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def next_fire_at @next_fire_at end |
#overrides ⇒ Object (readonly)
Returns the value of attribute overrides
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def overrides @overrides end |
#session_id ⇒ Object (readonly)
Returns the value of attribute session_id
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def session_id @session_id end |
#session_mode ⇒ Object (readonly)
Returns the value of attribute session_mode
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def session_mode @session_mode end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def tenant @tenant end |
#tz ⇒ Object (readonly)
Returns the value of attribute tz
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def tz @tz end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
28 29 30 |
# File 'lib/insika/schedule_store.rb', line 28 def updated_at @updated_at end |