Method: Verizon::AssignLicenseRequest.names

Defined in:
lib/verizon/models/assign_license_request.rb

.namesObject

A mapping from model property names to API property names.



34
35
36
37
38
39
40
# File 'lib/verizon/models/assign_license_request.rb', line 34

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['account_name'] = 'accountName'
  @_hash['devices'] = 'devices'
  @_hash['sku_number'] = 'skuNumber'
  @_hash
end