Method: Ikbis::Simple::User.contacts
- Defined in:
- lib/ikbis/simple/user.rb
.contacts(id, response = 'xml', page = 1) ⇒ Object
36 37 38 |
# File 'lib/ikbis/simple/user.rb', line 36 def self.contacts(id, response='xml', page=1) get("/#{id}/contacts.#{response}?page=#{page}") end |