Class: ByteBoozer2::Cruncher::RleInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/byteboozer2/cruncher.rb

Overview

rubocop:disable Lint/StructNewOverride

Instance Attribute Summary collapse

Instance Attribute Details

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



18
19
20
# File 'lib/byteboozer2/cruncher.rb', line 18

def length
  @length
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



18
19
20
# File 'lib/byteboozer2/cruncher.rb', line 18

def value
  @value
end

#value_afterObject

Returns the value of attribute value_after

Returns:

  • (Object)

    the current value of value_after



18
19
20
# File 'lib/byteboozer2/cruncher.rb', line 18

def value_after
  @value_after
end