Method: Asdawqw::Notes.names

Defined in:
lib/asdawqw/models/notes.rb

.namesObject

A mapping from model property names to API property names.



33
34
35
36
37
38
39
40
41
# File 'lib/asdawqw/models/notes.rb', line 33

def self.names
  @_hash = {} if @_hash.nil?
  @_hash['description'] = 'description'
  @_hash['house_rules'] = 'houseRules'
  @_hash['fine_print'] = 'finePrint'
  @_hash['short_description'] = 'shortDescription'
  @_hash['name'] = 'name'
  @_hash
end