Class: Kounta::Site

Inherits:
Resource
  • Object
show all
Defined in:
lib/kounta/site.rb

Instance Method Summary collapse

Methods inherited from Resource

#client, coerce, has_many, has_one, #ignored_properties, #initialize, #new?, #save!, #to_hash

Constructor Details

This class inherits a constructor from Kounta::Resource

Instance Method Details

#resource_pathObject



37
38
39
# File 'lib/kounta/site.rb', line 37

def resource_path
	{companies: company_id, sites: id}
end