Method: SentryApi::ObjectifiedHash#to_hash
- Defined in:
- lib/sentry-api/objectified_hash.rb
#to_hash ⇒ Hash Also known as: to_h
Returns The original hash.
15 16 17 |
# File 'lib/sentry-api/objectified_hash.rb', line 15 def to_hash @hash end |