Class: Spooky::Author

Inherits:
Object
  • Object
show all
Includes:
IsResource
Defined in:
lib/spooky/author.rb

Constant Summary collapse

ATTRIBUTES =
[
  "bio",
  "cover_image",
  "facebook",
  "id",
  "location",
  "meta_description",
  "meta_title",
  "name",
  "profile_image",
  "slug",
  "twitter",
  "url",
  "website"
].freeze

Method Summary

Methods included from IsResource

included