Sha256: 0dfa24cefd5ca8b48f3bb8c5aacb56b84ae589927a0aacacc811a13b301c25e7

Contents?: true

Size: 177 Bytes

Versions: 3

Compression:

Stored size: 177 Bytes

Contents

module ARBookFinder
  class BookDetailProcessor
    include Capybara::DSL

    def initialize(url)
      @url = url
    end

    def process
      visit(@url)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ar_book_finder-1.1.1 lib/ar_book_finder/book_detail_processor.rb
ar_book_finder-1.1.0 lib/ar_book_finder/book_detail_processor.rb
ar_book_finder-1.0.0 lib/ar_book_finder/book_detail_processor.rb