Class: TranscripticKit::RunResource
- Inherits:
-
ResourceKit::Resource
- Object
- ResourceKit::Resource
- TranscripticKit::RunResource
- Includes:
- ErrorHandlingResourcable
- Defined in:
- lib/transcriptic_kit/resources/run_resource.rb
Class Method Summary collapse
Methods included from ErrorHandlingResourcable
Class Method Details
.new(options) ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/transcriptic_kit/resources/run_resource.rb', line 5 def self.new() @org_name = [:org_name] self.resources.each do |res| res.instance_eval("@path = '#{@org_name}/#{res.path}'") end super(connection: [:connection]) end |