Method: Verizon::NotificationReportStatusRequest.names
- Defined in:
- lib/verizon/models/notification_report_status_request.rb
.names ⇒ Object
A mapping from model property names to API property names.
29 30 31 32 33 34 35 36 |
# File 'lib/verizon/models/notification_report_status_request.rb', line 29 def self.names @_hash = {} if @_hash.nil? @_hash['account_name'] = 'accountName' @_hash['device'] = 'device' @_hash['request_type'] = 'requestType' @_hash['request_expiration_time'] = 'requestExpirationTime' @_hash end |