class ClioClient::Api::CustomField
Private Instance Methods
data_klass(*args)
click to toggle source
# File lib/clio_client/api/custom_field.rb, line 9 def data_klass(*args) ClioClient::CustomField end
end_point_url()
click to toggle source
# File lib/clio_client/api/custom_field.rb, line 13 def end_point_url; 'custom_fields'; end
plural_resource()
click to toggle source
# File lib/clio_client/api/custom_field.rb, line 14 def plural_resource; 'custom_fields'; end
singular_resource()
click to toggle source
# File lib/clio_client/api/custom_field.rb, line 15 def singular_resource; 'custom_field'; end