Class: ScalarRubyTest::Models::PingParams
- Inherits:
-
Object
- Object
- ScalarRubyTest::Models::PingParams
- Defined in:
- lib/amritk-scalar-test/models.rb
Constant Summary collapse
- MEMBERS =
["request_options"].freeze
Class Method Summary collapse
Class Method Details
.dump_request(params) ⇒ Object
36 37 38 |
# File 'lib/amritk-scalar-test/models.rb', line 36 def self.dump_request(params) (params || {}).transform_keys(&:to_sym) end |