Class: InsalesApi::Property
- 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
Methods included from Resource::Paginated
Instance Method Details
#characteristics ⇒ Object
3 4 5 |
# File 'lib/insales_api/property.rb', line 3 def characteristics InsalesApi::Characteristic.all(params: { property_id: id }) end |