Class: Binpacker::ShardCheck::Result
- Inherits:
-
Struct
- Object
- Struct
- Binpacker::ShardCheck::Result
- Defined in:
- lib/binpacker/shard_check.rb,
sig/binpacker/shard_check.rbs
Instance Attribute Summary collapse
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#problems ⇒ Object
Returns the value of attribute problems.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Method Summary collapse
Instance Attribute Details
#ok ⇒ Object
Returns the value of attribute ok
17 18 19 |
# File 'lib/binpacker/shard_check.rb', line 17 def ok @ok end |
#problems ⇒ Object
Returns the value of attribute problems
17 18 19 |
# File 'lib/binpacker/shard_check.rb', line 17 def problems @problems end |
#summary ⇒ Object
Returns the value of attribute summary
17 18 19 |
# File 'lib/binpacker/shard_check.rb', line 17 def summary @summary end |
Instance Method Details
#ok? ⇒ Boolean
18 |
# File 'lib/binpacker/shard_check.rb', line 18 def ok? = ok |