Module: Viadeo::Operations::Get
Instance Method Summary collapse
- #find(options = {}) ⇒ Object (also: #retrieve, #get)
Instance Method Details
#find(options = {}) ⇒ Object Also known as: retrieve, get
4 5 6 7 8 |
# File 'lib/viadeo/operations/get.rb', line 4 def find(={}) data = Viadeo.request(:get, url: url , access_token: @access_token, params: ) refresh_from(data, @access_token) self end |