Method: Vpsa::Api::ClientClasses#find

Defined in:
lib/vpsa/api/client_classes.rb

#find(id) ⇒ Object



15
16
17
# File 'lib/vpsa/api/client_classes.rb', line 15

def find(id)
  return parse_response(self.class.get("/#{id}", :body => build_body,  :headers => header))
end