Class: Insika::HarvestStore::Candidate
- Inherits:
-
Data
- Object
- Data
- Insika::HarvestStore::Candidate
- Defined in:
- lib/insika/harvest_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#conversion_gate ⇒ Object
readonly
Returns the value of attribute conversion_gate.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#criterion_sha ⇒ Object
readonly
Returns the value of attribute criterion_sha.
-
#decision ⇒ Object
readonly
Returns the value of attribute decision.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#eval_gate ⇒ Object
readonly
Returns the value of attribute eval_gate.
-
#evidence_turns ⇒ Object
readonly
Returns the value of attribute evidence_turns.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#promotion_ref ⇒ Object
readonly
Returns the value of attribute promotion_ref.
-
#proposer ⇒ Object
readonly
Returns the value of attribute proposer.
-
#rationale ⇒ Object
readonly
Returns the value of attribute rationale.
-
#rejected ⇒ Object
readonly
Returns the value of attribute rejected.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#triggers ⇒ Object
readonly
Returns the value of attribute triggers.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def agent @agent end |
#body ⇒ Object (readonly)
Returns the value of attribute body
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def body @body end |
#conversion_gate ⇒ Object (readonly)
Returns the value of attribute conversion_gate
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def conversion_gate @conversion_gate end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def created_at @created_at end |
#criterion_sha ⇒ Object (readonly)
Returns the value of attribute criterion_sha
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def criterion_sha @criterion_sha end |
#decision ⇒ Object (readonly)
Returns the value of attribute decision
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def decision @decision end |
#description ⇒ Object (readonly)
Returns the value of attribute description
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def description @description end |
#eval_gate ⇒ Object (readonly)
Returns the value of attribute eval_gate
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def eval_gate @eval_gate end |
#evidence_turns ⇒ Object (readonly)
Returns the value of attribute evidence_turns
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def evidence_turns @evidence_turns end |
#id ⇒ Object (readonly)
Returns the value of attribute id
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def name @name end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def origin @origin end |
#promotion_ref ⇒ Object (readonly)
Returns the value of attribute promotion_ref
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def promotion_ref @promotion_ref end |
#proposer ⇒ Object (readonly)
Returns the value of attribute proposer
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def proposer @proposer end |
#rationale ⇒ Object (readonly)
Returns the value of attribute rationale
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def rationale @rationale end |
#rejected ⇒ Object (readonly)
Returns the value of attribute rejected
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def rejected @rejected end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def run_id @run_id end |
#status ⇒ Object (readonly)
Returns the value of attribute status
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def status @status end |
#triggers ⇒ Object (readonly)
Returns the value of attribute triggers
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def triggers @triggers end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
38 39 40 |
# File 'lib/insika/harvest_store.rb', line 38 def updated_at @updated_at end |