Method: Bandwidth::Session.names
- Defined in:
- lib/bandwidth/web_rtc_lib/web_rtc/models/session.rb
.names ⇒ Object
A mapping from model property names to API property names.
21 22 23 24 25 26 |
# File 'lib/bandwidth/web_rtc_lib/web_rtc/models/session.rb', line 21 def self.names @_hash = {} if @_hash.nil? @_hash['id'] = 'id' @_hash['tag'] = 'tag' @_hash end |