Class: Insika::ScheduleStore::Record

Inherits:
Data
  • Object
show all
Defined in:
lib/insika/schedule_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def agent
  @agent
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def created_at
  @created_at
end

#cronObject (readonly)

Returns the value of attribute cron

Returns:

  • (Object)

    the current value of cron



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def cron
  @cron
end

#enabledObject (readonly)

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def enabled
  @enabled
end

#everyObject (readonly)

Returns the value of attribute every

Returns:

  • (Object)

    the current value of every



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def every
  @every
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def id
  @id
end

#last_run_atObject (readonly)

Returns the value of attribute last_run_at

Returns:

  • (Object)

    the current value of last_run_at



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def last_run_at
  @last_run_at
end

#last_skipObject (readonly)

Returns the value of attribute last_skip

Returns:

  • (Object)

    the current value of last_skip



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def last_skip
  @last_skip
end

#last_task_idObject (readonly)

Returns the value of attribute last_task_id

Returns:

  • (Object)

    the current value of last_task_id



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def last_task_id
  @last_task_id
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def message
  @message
end

#next_fire_atObject (readonly)

Returns the value of attribute next_fire_at

Returns:

  • (Object)

    the current value of next_fire_at



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def next_fire_at
  @next_fire_at
end

#overridesObject (readonly)

Returns the value of attribute overrides

Returns:

  • (Object)

    the current value of overrides



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def overrides
  @overrides
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def session_id
  @session_id
end

#session_modeObject (readonly)

Returns the value of attribute session_mode

Returns:

  • (Object)

    the current value of session_mode



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def session_mode
  @session_mode
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def tenant
  @tenant
end

#tzObject (readonly)

Returns the value of attribute tz

Returns:

  • (Object)

    the current value of tz



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def tz
  @tz
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



28
29
30
# File 'lib/insika/schedule_store.rb', line 28

def updated_at
  @updated_at
end