Method: Bandwidth::Subscriptions.names
- Defined in:
- lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb
.names ⇒ Object
A mapping from model property names to API property names.
24 25 26 27 28 29 |
# File 'lib/bandwidth/web_rtc_lib/web_rtc/models/subscriptions.rb', line 24 def self.names @_hash = {} if @_hash.nil? @_hash['session_id'] = 'sessionId' @_hash['participants'] = 'participants' @_hash end |