class Thanos::Client

Attributes

characters[R]
comics[R]
creators[R]
events[R]
series[R]
stories[R]

Public Class Methods

new() click to toggle source
# File lib/thanos/client.rb, line 12
def initialize
  @characters = Thanos::CharacterFinder.new
  @series = Thanos::SeriesFinder.new
  @events = Thanos::EventFinder.new
  @comics = Thanos::ComicFinder.new
  @stories = Thanos::StoryFinder.new
  @creators = Thanos::CreatorFinder.new
end