Class: Mycrm::Models::Note

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

Class Method Summary collapse

Methods included from Mycrm::Model

included

Class Method Details

.parse(body) ⇒ Object



22
23
24
# File 'lib/mycrm/models/note.rb', line 22

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