Class: Insika::FollowupStore::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def agent
  @agent
end

#armObject (readonly)

Returns the value of attribute arm

Returns:

  • (Object)

    the current value of arm



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def arm
  @arm
end

#atObject (readonly)

Returns the value of attribute at

Returns:

  • (Object)

    the current value of at



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def at
  @at
end

#blocked_reasonObject (readonly)

Returns the value of attribute blocked_reason

Returns:

  • (Object)

    the current value of blocked_reason



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def blocked_reason
  @blocked_reason
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def created_at
  @created_at
end

#customerObject (readonly)

Returns the value of attribute customer

Returns:

  • (Object)

    the current value of customer



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def customer
  @customer
end

#fired_atObject (readonly)

Returns the value of attribute fired_at

Returns:

  • (Object)

    the current value of fired_at



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def fired_at
  @fired_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def id
  @id
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def reason
  @reason
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def session_id
  @session_id
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def status
  @status
end

#task_idObject (readonly)

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def task_id
  @task_id
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def tenant
  @tenant
end

#transportObject (readonly)

Returns the value of attribute transport

Returns:

  • (Object)

    the current value of transport



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def transport
  @transport
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



27
28
29
# File 'lib/insika/followup_store.rb', line 27

def updated_at
  @updated_at
end