module MarvelCrawler

Constants

VERSION

Public Class Methods

client() click to toggle source

Alias for MarvelCrawler::ApiClient.new @return [MarvelCrawler::ApiClient]

# File lib/marvel_crawler.rb, line 8
def client
  @api_client ||= MarvelCrawler::ApiClient.new
end