Exception: FilesHunter::AccessAfterDataError
- Inherits:
-
AccessDataError
- Object
- RuntimeError
- AccessDataError
- FilesHunter::AccessAfterDataError
- Defined in:
- lib/fileshunter/SegmentsAnalyzer.rb
Instance Attribute Summary collapse
-
#exceeding_offset ⇒ Object
readonly
Returns the value of attribute exceeding_offset.
Instance Method Summary collapse
-
#initialize(message, exceeding_offset) ⇒ AccessAfterDataError
constructor
Constructor.
Constructor Details
#initialize(message, exceeding_offset) ⇒ AccessAfterDataError
Constructor
- Parameters
-
message (String): The error message
-
exceeding_offset (Fixnum): The exceeding offset
51 52 53 54 |
# File 'lib/fileshunter/SegmentsAnalyzer.rb', line 51 def initialize(, exceeding_offset) super() @exceeding_offset = exceeding_offset end |
Instance Attribute Details
#exceeding_offset ⇒ Object (readonly)
Returns the value of attribute exceeding_offset.
44 45 46 |
# File 'lib/fileshunter/SegmentsAnalyzer.rb', line 44 def exceeding_offset @exceeding_offset end |