Class: Insika::HarvestStore::Run
- Inherits:
-
Data
- Object
- Data
- Insika::HarvestStore::Run
- Defined in:
- lib/insika/harvest_store.rb
Instance Attribute Summary collapse
-
#agent_id ⇒ Object
readonly
Returns the value of attribute agent_id.
-
#budget ⇒ Object
readonly
Returns the value of attribute budget.
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#cost ⇒ Object
readonly
Returns the value of attribute cost.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#finished_at ⇒ Object
readonly
Returns the value of attribute finished_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#rejected ⇒ Object
readonly
Returns the value of attribute rejected.
-
#started_at ⇒ Object
readonly
Returns the value of attribute started_at.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#window ⇒ Object
readonly
Returns the value of attribute window.
Instance Attribute Details
#agent_id ⇒ Object (readonly)
Returns the value of attribute agent_id
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def agent_id @agent_id end |
#budget ⇒ Object (readonly)
Returns the value of attribute budget
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def budget @budget end |
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def candidates @candidates end |
#cost ⇒ Object (readonly)
Returns the value of attribute cost
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def cost @cost end |
#error ⇒ Object (readonly)
Returns the value of attribute error
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def error @error end |
#finished_at ⇒ Object (readonly)
Returns the value of attribute finished_at
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def finished_at @finished_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def id @id end |
#rejected ⇒ Object (readonly)
Returns the value of attribute rejected
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def rejected @rejected end |
#started_at ⇒ Object (readonly)
Returns the value of attribute started_at
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def started_at @started_at end |
#status ⇒ Object (readonly)
Returns the value of attribute status
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def status @status end |
#window ⇒ Object (readonly)
Returns the value of attribute window
47 48 49 |
# File 'lib/insika/harvest_store.rb', line 47 def window @window end |