Class: Veeqo::Company

Inherits:
Base
  • Object
show all
Defined in:
lib/veeqo/company.rb

Instance Method Summary collapse

Methods inherited from Base

method_missing

Instance Method Details

#findObject



3
4
5
# File 'lib/veeqo/company.rb', line 3

def find
  Veeqo::Request.new(:get, end_point).parse
end

#update(attributes) ⇒ Object



7
8
9
# File 'lib/veeqo/company.rb', line 7

def update(attributes)
  Veeqo::Request.new(:put, end_point, attributes).parse
end