Method: Bandwidth::DeferredResult.names

Defined in:
lib/bandwidth/messaging_lib/messaging/models/deferred_result.rb

.namesObject

A mapping from model property names to API property names.



21
22
23
24
25
26
# File 'lib/bandwidth/messaging_lib/messaging/models/deferred_result.rb', line 21

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['result'] = 'result'
  @_hash['set_or_expired'] = 'setOrExpired'
  @_hash
end