Method: Bcnd::QuayIo::Connection#initialize
- Defined in:
- lib/bcnd/quay_io.rb
#initialize(token) ⇒ Connection
Returns a new instance of Connection.
10 11 12 |
# File 'lib/bcnd/quay_io.rb', line 10 def initialize(token) @token = token end |