Method: FbRuby::Comments#to_s

Defined in:
lib/FbRuby/comments.rb

#to_sString

Mengembalikan string representasi dari objek Comments.

Returns:

  • (String)

    Representasi string dari objek Comments.



78
79
80
# File 'lib/FbRuby/comments.rb', line 78

def to_s
  return "Facebook Comments : author=#{@author} username=#{@username} comment_text=#{@comment_text} user_tag=#{@user_tag} time=#{@time}"
end