Method: Verizon::ChangeConfigurationRequest.names
- Defined in:
- lib/verizon/models/change_configuration_request.rb
.names ⇒ Object
A mapping from model property names to API property names.
27 28 29 30 31 32 33 |
# File 'lib/verizon/models/change_configuration_request.rb', line 27 def self.names @_hash = {} if @_hash.nil? @_hash['accountidentifier'] = 'accountidentifier' @_hash['resourceidentifier'] = 'resourceidentifier' @_hash['configuration'] = 'configuration' @_hash end |