Class: Textus::Application::Reads::Uid

Inherits:
Object
  • Object
show all
Defined in:
lib/textus/application/reads/uid.rb

Instance Method Summary collapse

Constructor Details

#initialize(ctx:, manifest:, file_store:) ⇒ Uid

Returns a new instance of Uid.



5
6
7
8
9
# File 'lib/textus/application/reads/uid.rb', line 5

def initialize(ctx:, manifest:, file_store:)
  @ctx        = ctx
  @manifest   = manifest
  @file_store = file_store
end

Instance Method Details

#call(key) ⇒ Object



11
12
13
# File 'lib/textus/application/reads/uid.rb', line 11

def call(key)
  get.get(key).uid
end