Class: Insika::ArtifactStore::Record
- Inherits:
-
Data
- Object
- Data
- Insika::ArtifactStore::Record
- Defined in:
- lib/insika/artifact_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#mime ⇒ Object
readonly
Returns the value of attribute mime.
-
#task_id ⇒ Object
readonly
Returns the value of attribute task_id.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def agent @agent end |
#content ⇒ Object (readonly)
Returns the value of attribute content
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def content @content end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def id @id end |
#mime ⇒ Object (readonly)
Returns the value of attribute mime
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def mime @mime end |
#task_id ⇒ Object (readonly)
Returns the value of attribute task_id
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def task_id @task_id end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def tenant @tenant end |
#title ⇒ Object (readonly)
Returns the value of attribute title
31 32 33 |
# File 'lib/insika/artifact_store.rb', line 31 def title @title end |