Class: Viadeo::Status

Inherits:
GraphObject show all
Includes:
Operations::Create
Defined in:
lib/viadeo/status.rb

Overview

List of actions

  • create : Also aliased as post : (details)

Example :

require "viadeo"

# Post a status
status = Viadeo::Status.new(access_token)
status.create(message: "Your message")

Instance Attribute Summary

Attributes inherited from GraphObject

#access_token, #id

Method Summary

Methods included from Operations::Create

#create

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