Class: AnalyticsOps::Applier::Result
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Applier::Result
- Defined in:
- lib/analytics_ops/applier.rb,
sig/analytics_ops.rbs
Overview
Immutable success or partial-reconciliation summary.
Instance Attribute Summary collapse
-
#applied ⇒ Array[record]
readonly
Returns the value of attribute applied.
-
#failed ⇒ record?
readonly
Returns the value of attribute failed.
-
#remaining ⇒ Array[record]
readonly
Returns the value of attribute remaining.
-
#status ⇒ String
readonly
Returns the value of attribute status.
Method Summary
Methods inherited from Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#applied ⇒ Array[record] (readonly)
Returns the value of attribute applied.
327 328 329 |
# File 'sig/analytics_ops.rbs', line 327 def applied @applied end |
#failed ⇒ record? (readonly)
Returns the value of attribute failed.
328 329 330 |
# File 'sig/analytics_ops.rbs', line 328 def failed @failed end |
#remaining ⇒ Array[record] (readonly)
Returns the value of attribute remaining.
329 330 331 |
# File 'sig/analytics_ops.rbs', line 329 def remaining @remaining end |
#status ⇒ String (readonly)
Returns the value of attribute status.
326 327 328 |
# File 'sig/analytics_ops.rbs', line 326 def status @status end |