Class: Binpacker::ShardCheck::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/binpacker/shard_check.rb,
sig/binpacker/shard_check.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#okObject

Returns the value of attribute ok

Returns:

  • the current value of ok



17
18
19
# File 'lib/binpacker/shard_check.rb', line 17

def ok
  @ok
end

#problemsObject

Returns the value of attribute problems

Returns:

  • the current value of problems



17
18
19
# File 'lib/binpacker/shard_check.rb', line 17

def problems
  @problems
end

#summaryObject

Returns the value of attribute summary

Returns:

  • the current value of summary



17
18
19
# File 'lib/binpacker/shard_check.rb', line 17

def summary
  @summary
end

Instance Method Details

#ok?Boolean

Returns:



18
# File 'lib/binpacker/shard_check.rb', line 18

def ok? = ok