class ClioClient::Api::DocumentCategory

Private Instance Methods

data_klass(*args) click to toggle source
# File lib/clio_client/api/document_category.rb, line 9
def data_klass(*args)
  ClioClient::DocumentCategory
end
end_point_url() click to toggle source
# File lib/clio_client/api/document_category.rb, line 13
def end_point_url;     'document_categories';  end
plural_resource() click to toggle source
# File lib/clio_client/api/document_category.rb, line 14
def plural_resource;   'document_categories';  end
singular_resource() click to toggle source
# File lib/clio_client/api/document_category.rb, line 15
def singular_resource; 'document_category';   end