Class: InsalesApi::Property

Inherits:
Base
  • Object
show all
Defined in:
lib/insales_api/property.rb

Instance Method Summary collapse

Methods inherited from Base

configure, dump_config, for_account, restore_config

Methods included from Resource::Countable

#count

Methods included from Resource::Paginated

#find_each, #find_in_batches

Instance Method Details

#characteristicsObject



3
4
5
# File 'lib/insales_api/property.rb', line 3

def characteristics
  InsalesApi::Characteristic.all(params: { property_id: id })
end