Class: Amazon::SalesRankBackfill::Result
- Inherits:
-
Data
- Object
- Data
- Amazon::SalesRankBackfill::Result
- Defined in:
- app/services/amazon/sales_rank_backfill.rb
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
readonly
Returns the value of attribute batch_id.
-
#daily_points ⇒ Object
readonly
Returns the value of attribute daily_points.
-
#executed ⇒ Object
readonly
Returns the value of attribute executed.
-
#recorded_points ⇒ Object
readonly
Returns the value of attribute recorded_points.
-
#source_logs ⇒ Object
readonly
Returns the value of attribute source_logs.
-
#source_observations ⇒ Object
readonly
Returns the value of attribute source_observations.
Instance Method Summary collapse
-
#initialize(source_logs: nil, source_observations: nil, daily_points: nil, recorded_points: nil, batch_id: nil, executed: nil) ⇒ Result
constructor
A new instance of Result.
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_id ⇒ Object (readonly)
Returns the value of attribute batch_id
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def batch_id @batch_id end |
#daily_points ⇒ Object (readonly)
Returns the value of attribute daily_points
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def daily_points @daily_points end |
#executed ⇒ Object (readonly)
Returns the value of attribute executed
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def executed @executed end |
#recorded_points ⇒ Object (readonly)
Returns the value of attribute recorded_points
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def recorded_points @recorded_points end |
#source_logs ⇒ Object (readonly)
Returns the value of attribute source_logs
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def source_logs @source_logs end |
#source_observations ⇒ Object (readonly)
Returns the value of attribute source_observations
23 24 25 |
# File 'app/services/amazon/sales_rank_backfill.rb', line 23 def source_observations @source_observations end |