Method: Verizon::LocationReport.names
- Defined in:
- lib/verizon/models/location_report.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/location_report.rb', line 36 def self.names @_hash = {} if @_hash.nil? @_hash['dev_location_list'] = 'devLocationList' @_hash['has_more_data'] = 'hasMoreData' @_hash['start_index'] = 'startIndex' @_hash['total_count'] = 'totalCount' @_hash['txid'] = 'txid' @_hash end |