Class: Redd::Objects::WikiPage

Inherits:
Thing
  • Object
show all
Defined in:
lib/redd/objects/wiki_page.rb

Overview

A submission made in a subreddit.

Instance Attribute Summary

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Thing

#==, #fullname

Methods inherited from Base

alias_property, #initialize

Constructor Details

This class inherits a constructor from Redd::Objects::Base

Instance Method Details

#revision_userObject



10
11
12
# File 'lib/redd/objects/wiki_page.rb', line 10

def revision_user
  @revision_by ||= client.object_from_body(revision_by)
end