Class: Kounta::Register

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

Instance Attribute Summary

Attributes inherited from Resource

#client

Instance Method Summary collapse

Methods inherited from Resource

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

Constructor Details

This class inherits a constructor from Kounta::Resource

Instance Method Details

#resource_pathObject



8
9
10
# File 'lib/kounta/register.rb', line 8

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