Class: Insika::HarvestStore::Promotion
- Inherits:
-
Data
- Object
- Data
- Insika::HarvestStore::Promotion
- Defined in:
- lib/insika/harvest_store.rb
Instance Attribute Summary collapse
-
#agent ⇒ Object
readonly
Returns the value of attribute agent.
-
#approver ⇒ Object
readonly
Returns the value of attribute approver.
-
#at ⇒ Object
readonly
Returns the value of attribute at.
-
#conversion_ref ⇒ Object
readonly
Returns the value of attribute conversion_ref.
-
#criterion_sha ⇒ Object
readonly
Returns the value of attribute criterion_sha.
-
#eval_ref ⇒ Object
readonly
Returns the value of attribute eval_ref.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
-
#rolled_back_at ⇒ Object
readonly
Returns the value of attribute rolled_back_at.
-
#skill ⇒ Object
readonly
Returns the value of attribute skill.
-
#snapshot_ref ⇒ Object
readonly
Returns the value of attribute snapshot_ref.
Instance Attribute Details
#agent ⇒ Object (readonly)
Returns the value of attribute agent
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def agent @agent end |
#approver ⇒ Object (readonly)
Returns the value of attribute approver
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def approver @approver end |
#at ⇒ Object (readonly)
Returns the value of attribute at
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def at @at end |
#conversion_ref ⇒ Object (readonly)
Returns the value of attribute conversion_ref
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def conversion_ref @conversion_ref end |
#criterion_sha ⇒ Object (readonly)
Returns the value of attribute criterion_sha
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def criterion_sha @criterion_sha end |
#eval_ref ⇒ Object (readonly)
Returns the value of attribute eval_ref
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def eval_ref @eval_ref end |
#id ⇒ Object (readonly)
Returns the value of attribute id
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def id @id end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def origin @origin end |
#rolled_back_at ⇒ Object (readonly)
Returns the value of attribute rolled_back_at
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def rolled_back_at @rolled_back_at end |
#skill ⇒ Object (readonly)
Returns the value of attribute skill
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def skill @skill end |
#snapshot_ref ⇒ Object (readonly)
Returns the value of attribute snapshot_ref
43 44 45 |
# File 'lib/insika/harvest_store.rb', line 43 def snapshot_ref @snapshot_ref end |