Class: KinopoiskUnofficialApi::RequestSchemas::Base

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/kinopoisk_unofficial_api/request_schemas/base.rb

Instance Method Summary collapse

Instance Method Details

#to_params_hashObject



12
13
14
# File 'lib/kinopoisk_unofficial_api/request_schemas/base.rb', line 12

def to_params_hash
  to_h.transform_keys(&:to_s).transform_values(&:to_s)
end