Class: Insika::ArtifactStore::Record

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

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject (readonly)

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def agent
  @agent
end

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def content
  @content
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def id
  @id
end

#mimeObject (readonly)

Returns the value of attribute mime

Returns:

  • (Object)

    the current value of mime



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def mime
  @mime
end

#task_idObject (readonly)

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def task_id
  @task_id
end

#tenantObject (readonly)

Returns the value of attribute tenant

Returns:

  • (Object)

    the current value of tenant



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def tenant
  @tenant
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



31
32
33
# File 'lib/insika/artifact_store.rb', line 31

def title
  @title
end