Module: Unsplash

Defined in:
lib/unsplash/user.rb,
lib/unsplash/photo.rb,
lib/unsplash/stats.rb,
lib/unsplash_mango.rb,
lib/unsplash/client.rb,
lib/unsplash/errors.rb,
lib/unsplash/search.rb,
lib/unsplash/version.rb,
lib/unsplash/category.rb,
lib/unsplash/collection.rb,
lib/unsplash/connection.rb,
lib/unsplash/configuration.rb,
lib/unsplash/curated_batch.rb

Overview

:nodoc:

Defined Under Namespace

Classes: Category, Client, Collection, Configuration, Connection, CuratedBatch, DeprecationError, Error, Photo, Search, SearchResult, Stats, User

Constant Summary collapse

VERSION =

:nodoc:

"1.0.0"

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



20
21
22
# File 'lib/unsplash_mango.rb', line 20

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



27
28
29
# File 'lib/unsplash_mango.rb', line 27

def self.configure
  yield(configuration)
end