Module: RaygunClient::Data::Transform
- Defined in:
- lib/raygun_client/data.rb
Defined Under Namespace
Modules: JSON
Class Method Summary collapse
Class Method Details
.json ⇒ Object
58 59 60 |
# File 'lib/raygun_client/data.rb', line 58 def self.json JSON end |
.raw_data(instance) ⇒ Object
62 63 64 |
# File 'lib/raygun_client/data.rb', line 62 def self.raw_data(instance) instance.attributes end |