Class: Mycrm::Models::AdviserNote

Inherits:
Object
  • Object
show all
Includes:
Mycrm::Model
Defined in:
lib/mycrm/models/adviser_note.rb

Class Method Summary collapse

Methods included from Mycrm::Model

included

Class Method Details

.parse(body) ⇒ Object



18
19
20
# File 'lib/mycrm/models/adviser_note.rb', line 18

def self.parse(body)
  { 'Id' => body.to_i }
end