class Panchira::PanchiraResult

Result class for Panchira.fetch.

Attributes

authors[RW]
canonical_url[RW]
circle[RW]
description[RW]
image[RW]
resolver[RW]
tags[RW]
title[RW]

Public Instance Methods

author() click to toggle source
# File lib/panchira/panchira_result.rb, line 13
def author
  authors&.join(' ')
end
author=(value) click to toggle source
# File lib/panchira/panchira_result.rb, line 17
def author=(value)
  self.authors = [value] if value
end