Class: Crashbreak::DumpersDataRepository
- Inherits:
-
BaseRepository
- Object
- BaseRepository
- Crashbreak::DumpersDataRepository
- Defined in:
- lib/crashbreak/repositories/dumpers_data_repository.rb
Constant Summary
Constants inherited from BaseRepository
Instance Method Summary collapse
- #dumpers_data ⇒ Object
-
#initialize(error_id) ⇒ DumpersDataRepository
constructor
A new instance of DumpersDataRepository.
Methods inherited from BaseRepository
Constructor Details
#initialize(error_id) ⇒ DumpersDataRepository
Returns a new instance of DumpersDataRepository.
3 4 5 |
# File 'lib/crashbreak/repositories/dumpers_data_repository.rb', line 3 def initialize(error_id) @error_id = error_id end |
Instance Method Details
#dumpers_data ⇒ Object
7 8 9 |
# File 'lib/crashbreak/repositories/dumpers_data_repository.rb', line 7 def dumpers_data JSON.parse request_body end |