Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 366 Bytes

File metadata and controls

22 lines (16 loc) · 366 Bytes

Unifapi::RedditPostSubreddit

Properties

Name Type Description Notes
id String
name String
prefixed_name String

Example

require 'unifapi'

instance = Unifapi::RedditPostSubreddit.new(
  id: null,
  name: null,
  prefixed_name: null
)