Module: Highrise_wrapper::InstanceMethods

Defined in:
lib/highrise_wrapper/contact.rb

Instance Method Summary collapse

Instance Method Details

#highrise_removeObject



9
10
11
12
# File 'lib/highrise_wrapper/contact.rb', line 9

def highrise_remove
  puts 'Removing'
  sleep(10.seconds)
end

#highrise_saveObject



4
5
6
7
# File 'lib/highrise_wrapper/contact.rb', line 4

def highrise_save
  puts 'Saving'
  sleep(10.seconds)
end

#it_worksObject



14
15
16
# File 'lib/highrise_wrapper/contact.rb', line 14

def it_works
  return 42
end