Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 551 Bytes

File metadata and controls

28 lines (22 loc) · 551 Bytes

Unifapi::RedditComment

Properties

Name Type Description Notes
id String Comment id (`t1_*` fullname).
text String
created_at String
score Float
author_name String
is_locked Boolean

Example

require 'unifapi'

instance = Unifapi::RedditComment.new(
  id: null,
  text: null,
  created_at: null,
  score: null,
  author_name: null,
  is_locked: null
)