Class: ByteBoozer2::Cruncher::RleInfo
- Inherits:
-
Struct
- Object
- Struct
- ByteBoozer2::Cruncher::RleInfo
- Defined in:
- lib/byteboozer2/cruncher.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#value ⇒ Object
Returns the value of attribute value.
-
#value_after ⇒ Object
Returns the value of attribute value_after.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length
18 19 20 |
# File 'lib/byteboozer2/cruncher.rb', line 18 def length @length end |
#value ⇒ Object
Returns the value of attribute value
18 19 20 |
# File 'lib/byteboozer2/cruncher.rb', line 18 def value @value end |
#value_after ⇒ Object
Returns the value of attribute value_after
18 19 20 |
# File 'lib/byteboozer2/cruncher.rb', line 18 def value_after @value_after end |