Sha256: 3b34236df5a73b42cc76f0900ac0902aec194cd3231fa6d7d450b50d720a9bb4

Contents?: true

Size: 300 Bytes

Versions: 2

Compression:

Stored size: 300 Bytes

Contents

module Fandango
  autoload :MoviesNear,       'fandango/api/movies_near'
  autoload :TheaterShowtimes, 'fandango/api/theater_showtimes'

  module API

    class BadResponse < StandardError
      def initialize(response)
        super "Bad response:\n#{response.inspect}"
      end
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fandango-2.1.0 lib/fandango/api.rb
fandango-2.0.0 lib/fandango/api.rb