class Mangadex::Tag
Public Class Methods
attributes_to_inspect()
click to toggle source
# File lib/mangadex/tag.rb, line 11 def self.attributes_to_inspect %i(name) end
list()
click to toggle source
# File lib/mangadex/tag.rb, line 7 def self.list Mangadex::Manga.tag_list end