Method: Asdawqw::Pms.names
- Defined in:
- lib/asdawqw/models/pms.rb
.names ⇒ Object
A mapping from model property names to API property names.
26 27 28 29 30 31 32 33 |
# File 'lib/asdawqw/models/pms.rb', line 26 def self.names @_hash = {} if @_hash.nil? @_hash['id'] = 'id' @_hash['name'] = 'name' @_hash['extra_name'] = 'extraName' @_hash['email_address'] = 'emailAddress' @_hash end |