module Collections::Configuration

Attributes

auth_token[RW]

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/nypl_collections/configuration.rb, line 6
def configure
  yield self
end
reset() click to toggle source
# File lib/nypl_collections/configuration.rb, line 10
def reset
  self.auth_token = nil
  self
end