Sha256: 3e85cf8c9c9c9561534e134a34fad950a6d6d5c2f8e9da70edc1e44c60c9aa2f
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
module Trupanion module API class Breeds def initialize(client) @client = client end def all client.get("/v1/breeds").body end private attr_reader :client end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trupanion-0.1.2 | lib/trupanion/api/breeds.rb |
trupanion-0.1.1 | lib/trupanion/api/breeds.rb |
trupanion-0.1.0 | lib/trupanion/api/breeds.rb |