class Nova::API::Resource::Company

Constants

ALLOWED_ATTRIBUTES

Public Class Methods

endpoint() click to toggle source
# File lib/nova/api/resource/company.rb, line 11
def self.endpoint
  '/api/companies'
end
list() click to toggle source
# File lib/nova/api/resource/company.rb, line 15
def self.list
  do_get_search(endpoint, nil)
end