Sha256: 3251853ccd7ae2cc5526bb9189d40c6f4b693a2a091cae4cd2ac1198a10e42bc

Contents?: true

Size: 258 Bytes

Versions: 24

Compression:

Stored size: 258 Bytes

Contents

$:.unshift('./lib')
require 'rubygems'
require 'socialcastr'

Socialcastr.configuration do |c|
  c.config_file = File.join(File.dirname(__FILE__), "socialcast.yml")
end

message = Socialcastr::Message.last

message.comment! :text => "hallo from Socialcastr"

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
socialcastr-0.2.19 examples/post_comment.rb
socialcastr-0.2.18 examples/post_comment.rb
socialcastr-0.2.17 examples/post_comment.rb
socialcastr-0.2.16 examples/post_comment.rb
socialcastr-0.2.15 examples/post_comment.rb
socialcastr-0.2.14 examples/post_comment.rb
socialcastr-0.2.13 examples/post_comment.rb
socialcastr-0.2.12 examples/post_comment.rb
socialcastr-0.2.11 examples/post_comment.rb
socialcastr-0.2.10 examples/post_comment.rb
socialcastr-0.2.9 examples/post_comment.rb
socialcastr-0.2.8 examples/post_comment.rb
socialcastr-0.2.7 examples/post_comment.rb
socialcastr-0.2.6 examples/post_comment.rb
socialcastr-0.2.5 examples/post_comment.rb
socialcastr-0.2.4 examples/post_comment.rb
socialcastr-0.2.3 examples/post_comment.rb
socialcastr-0.2.2 examples/post_comment.rb
socialcastr-0.2.1 examples/post_comment.rb
socialcastr-0.2.0 examples/post_comment.rb