Method: Verizon::HistorySearchFilter.names
- Defined in:
- lib/verizon/models/history_search_filter.rb
.names ⇒ Object
A mapping from model property names to API property names.
25 26 27 28 29 30 31 |
# File 'lib/verizon/models/history_search_filter.rb', line 25 def self.names @_hash = {} if @_hash.nil? @_hash['account_name'] = 'accountName' @_hash['device'] = 'device' @_hash['attributes'] = 'attributes' @_hash end |