Class: Insika::PendingActionStore::PendingAction

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def args
  @args
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def id
  @id
end

#requested_atObject (readonly)

Returns the value of attribute requested_at

Returns:

  • (Object)

    the current value of requested_at



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def requested_at
  @requested_at
end

#resolved_atObject (readonly)

Returns the value of attribute resolved_at

Returns:

  • (Object)

    the current value of resolved_at



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def resolved_at
  @resolved_at
end

#resolved_byObject (readonly)

Returns the value of attribute resolved_by

Returns:

  • (Object)

    the current value of resolved_by



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def resolved_by
  @resolved_by
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def status
  @status
end

#task_idObject (readonly)

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def task_id
  @task_id
end

#toolObject (readonly)

Returns the value of attribute tool

Returns:

  • (Object)

    the current value of tool



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def tool
  @tool
end

#turnObject (readonly)

Returns the value of attribute turn

Returns:

  • (Object)

    the current value of turn



23
24
25
# File 'lib/insika/pending_action_store.rb', line 23

def turn
  @turn
end