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