Class: Amazon::SalesRankBackfill::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/amazon/sales_rank_backfill.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(source_logs: nil, source_observations: nil, daily_points: nil, recorded_points: nil, batch_id: nil, executed: nil) ⇒ Result

Returns a new instance of Result.



31
32
33
34
35
36
# File 'app/services/amazon/sales_rank_backfill.rb', line 31

def initialize(
  source_logs: nil, source_observations: nil, daily_points: nil,
  recorded_points: nil, batch_id: nil, executed: nil
)
  super
end

Instance Attribute Details

#batch_idObject (readonly)

Returns the value of attribute batch_id

Returns:

  • (Object)

    the current value of batch_id



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def batch_id
  @batch_id
end

#daily_pointsObject (readonly)

Returns the value of attribute daily_points

Returns:

  • (Object)

    the current value of daily_points



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def daily_points
  @daily_points
end

#executedObject (readonly)

Returns the value of attribute executed

Returns:

  • (Object)

    the current value of executed



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def executed
  @executed
end

#recorded_pointsObject (readonly)

Returns the value of attribute recorded_points

Returns:

  • (Object)

    the current value of recorded_points



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def recorded_points
  @recorded_points
end

#source_logsObject (readonly)

Returns the value of attribute source_logs

Returns:

  • (Object)

    the current value of source_logs



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def source_logs
  @source_logs
end

#source_observationsObject (readonly)

Returns the value of attribute source_observations

Returns:

  • (Object)

    the current value of source_observations



23
24
25
# File 'app/services/amazon/sales_rank_backfill.rb', line 23

def source_observations
  @source_observations
end