Class: NounProjectApi::CollectionRetriever

Inherits:
Retriever
  • Object
show all
Defined in:
lib/noun-project-api/collection_retriever.rb

Overview

Retrieve a collection.

Constant Summary collapse

API_PATH =
"/collection/".freeze
ITEM_CLASS =
Collection

Instance Attribute Summary

Attributes included from Connection

#access_token, #secret, #token

Method Summary

Methods inherited from Retriever

#find

Methods included from Connection

#initialize