method_missing
3 4 5
# File 'lib/veeqo/company.rb', line 3 def find Veeqo::Request.new(:get, end_point).parse end
7 8 9
# File 'lib/veeqo/company.rb', line 7 def update(attributes) Veeqo::Request.new(:put, end_point, attributes).parse end