Class: Crashbreak::EnvironmentVariablesSerializer
- Inherits:
-
HashSerializer
- Object
- BasicSerializer
- HashSerializer
- Crashbreak::EnvironmentVariablesSerializer
- Defined in:
- lib/crashbreak/serializers/environment_variables_serializer.rb
Instance Method Summary collapse
Methods inherited from HashSerializer
get_hash_name, hash_name, #serialize
Instance Method Details
#hash_value ⇒ Object
5 6 7 |
# File 'lib/crashbreak/serializers/environment_variables_serializer.rb', line 5 def hash_value ENV.to_hash end |