Class: Insika::HarvestStore::Run

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

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idObject (readonly)

Returns the value of attribute agent_id

Returns:

  • (Object)

    the current value of agent_id



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def agent_id
  @agent_id
end

#budgetObject (readonly)

Returns the value of attribute budget

Returns:

  • (Object)

    the current value of budget



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def budget
  @budget
end

#candidatesObject (readonly)

Returns the value of attribute candidates

Returns:

  • (Object)

    the current value of candidates



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def candidates
  @candidates
end

#costObject (readonly)

Returns the value of attribute cost

Returns:

  • (Object)

    the current value of cost



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def cost
  @cost
end

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def error
  @error
end

#finished_atObject (readonly)

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def finished_at
  @finished_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def id
  @id
end

#rejectedObject (readonly)

Returns the value of attribute rejected

Returns:

  • (Object)

    the current value of rejected



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def rejected
  @rejected
end

#started_atObject (readonly)

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def started_at
  @started_at
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def status
  @status
end

#windowObject (readonly)

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



47
48
49
# File 'lib/insika/harvest_store.rb', line 47

def window
  @window
end