Sha256: fadc27aed6fa1cc024e551a6a180be0b458fdc0279a3f58bcb5b1a4559a3812f
Contents?: true
Size: 276 Bytes
Versions: 3
Compression:
Stored size: 276 Bytes
Contents
require './lib/marver.rb' module Marver class CharacterFinder def find(options = {}) response = Marver::API::Client.new.get(:characters, options) results = Marver::DataContainer.new(response).results Marver::Character.build(results) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
marver-0.0.6 | lib/marver/finders/character_finder.rb |
marver-0.0.5 | lib/marver/finders/character_finder.rb |
marver-0.0.4 | lib/marver/finders/character_finder.rb |