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