Method: RedditKit::Link#url
- Defined in:
-
lib/redditkit/link.rb,
lib/redditkit/link.rb
This is HTML decoded as reddit encodes their JSON, meaning links which have parameters will be returned incorrectly.
The link’s URL. This will be a link to the post on reddit if the link is a self post.
92 93 94 |
# File 'lib/redditkit/link.rb', line 92 def url @url end |