Method: Verizon::DeviceDiagnosticsCallback.names
- Defined in:
- lib/verizon/models/device_diagnostics_callback.rb
.names ⇒ Object
A mapping from model property names to API property names.
36 37 38 39 40 41 42 43 44 |
# File 'lib/verizon/models/device_diagnostics_callback.rb', line 36 def self.names @_hash = {} if @_hash.nil? @_hash['account_name'] = 'accountName' @_hash['service_name'] = 'serviceName' @_hash['endpoint'] = 'endpoint' @_hash['created_on'] = 'createdOn' @_hash['http_headers'] = 'httpHeaders' @_hash end |