Sha256: 5e3bb5d6348a235170662197d2e2036525c0fd6961322257182ef756476228e5
Contents?: true
Size: 560 Bytes
Versions: 13
Compression:
Stored size: 560 Bytes
Contents
# typed: true require_relative "author" module Mangadex class Artist < MangadexObject # Indicates if this is an artist # # @return [Boolean] whether this is an artist or not. has_attributes \ :name, :image_url, :biography, :twitter, :pixiv, :melon_book, :fan_box, :booth, :nico_video, :skeb, :fantia, :tumblr, :youtube, :weibo, :naver, :website, :version, :created_at, :updated_at def artist? true end end end
Version data entries
13 entries across 13 versions & 1 rubygems