Method: Unsplash::Client.connection
- Defined in:
- lib/unsplash/client.rb
.connection ⇒ Unsplash::Connection
The connection object being used to communicate with Unsplash.
65 66 67 |
# File 'lib/unsplash/client.rb', line 65 def connection @@connection ||= Connection.new end |