Method: Ecr::Auth#initialize
- Defined in:
- lib/ufo/ecr/auth.rb
#initialize(full_image_name) ⇒ Auth
Returns a new instance of Auth.
20 21 22 23 |
# File 'lib/ufo/ecr/auth.rb', line 20 def initialize(full_image_name) @full_image_name = full_image_name @repo_domain = "#{full_image_name.split('/').first}" end |