Class: Viadeo::Newsfeed

Inherits:
GraphObject show all
Includes:
Operations::Get
Defined in:
lib/viadeo/newsfeed.rb

Overview

List of actions

  • find : Also aliased as : retrieve, get (details)

Example :

require "viadeo"
# Retrieve a list of newsfeeds and limit the result to 5
newsfeed = Viadeo::Newsfeed.new(access_token)
newsfeed.find(limit: 5)

Instance Attribute Summary

Attributes inherited from GraphObject

#access_token, #id

Method Summary

Methods included from Operations::Get

#find

Methods inherited from GraphObject

#[], #[]=, #data_to_graph_object, #each, #initialize, #inspect, #keys, new_from, #refresh_from, #reset, #to_hash, #to_json, #to_s, #updated?, #url, #values

Constructor Details

This class inherits a constructor from Viadeo::GraphObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Viadeo::GraphObject