Method: Bloomerang::Address.fetch
- Defined in:
- lib/bloomerang/address.rb
.fetch(params = {}) ⇒ Object
Fetch all addresses bloomerang.co/product/integrations-data-management/api/rest-api/#/Addresses/get_addresses
Params: skip integer, default: 0, simple paging system take integer, default: 50, simple paging system constituent array, separated by pipes: “1|2|3” id array, separated by pipes: “1|2|3”
29 30 31 |
# File 'lib/bloomerang/address.rb', line 29 def self.fetch(params = {}) get("addresses", params) end |