Module: Ehbrs::Tools
- Defined in:
- lib/ehbrs/tools.rb,
lib/ehbrs/tools/runner.rb,
lib/ehbrs/tools/version.rb,
lib/ehbrs/tools/instance.rb,
lib/ehbrs/tools/runner/fs.rb,
lib/ehbrs/tools/runner/vg.rb,
lib/ehbrs/tools/application.rb,
lib/ehbrs/tools/runner_with.rb,
lib/ehbrs/tools/runner/music.rb,
lib/ehbrs/tools/runner/google.rb,
lib/ehbrs/tools/runner/vg/ips.rb,
lib/ehbrs/tools/runner/vg/ps2.rb,
lib/ehbrs/tools/runner/vg/wii.rb,
lib/ehbrs/tools/runner/videos.rb,
lib/ehbrs/tools/runner/finances.rb,
lib/ehbrs/tools/runner/telegram.rb,
lib/ehbrs/tools/runner/web_utils.rb,
lib/ehbrs/tools/runner/fs/selected.rb,
lib/ehbrs/tools/runner/cooking_book.rb,
lib/ehbrs/tools/runner/music/lyrics.rb,
lib/ehbrs/tools/runner/music/spread.rb,
lib/ehbrs/tools/runner/videos/probe.rb,
lib/ehbrs/tools/runner/fs/used_space.rb,
lib/ehbrs/tools/runner/vg/ps2/rename.rb,
lib/ehbrs/tools/runner/videos/series.rb,
lib/ehbrs/tools/runner/music/selected.rb,
lib/ehbrs/tools/runner/videos/extract.rb,
lib/ehbrs/tools/runner/google/translate.rb,
lib/ehbrs/tools/runner/videos/languages.rb,
lib/ehbrs/tools/runner/videos/subtitles.rb,
lib/ehbrs/tools/runner/web_utils/videos.rb,
lib/ehbrs/tools/runner/music/lyrics_book.rb,
lib/ehbrs/tools/runner/cooking_book/build.rb,
lib/ehbrs/tools/runner/videos/unsupported.rb,
lib/ehbrs/tools/runner/web_utils/finances.rb,
lib/ehbrs/tools/runner/finances/bb_browser.rb,
lib/ehbrs/tools/runner/videos/opensubtitles.rb,
lib/ehbrs/tools/runner/videos/series/rename.rb,
lib/ehbrs/tools/runner/telegram/send_message.rb,
lib/ehbrs/tools/runner/videos/languages/track.rb,
lib/ehbrs/tools/runner/web_utils/videos/upload.rb,
lib/ehbrs/tools/runner_with/filesystem_renamer.rb,
lib/ehbrs/tools/runner/web_utils/finances/bills.rb,
lib/ehbrs/tools/runner/videos/languages/language.rb,
lib/ehbrs/tools/runner/videos/subtitles/sanitize.rb,
lib/ehbrs/tools/runner/web_utils/videos/download.rb,
lib/ehbrs/tools/runner/videos/languages/labelized.rb,
lib/ehbrs/tools/runner/videos/languages/file_runner.rb,
lib/ehbrs/tools/runner/web_utils/finances/bills/consume.rb
Defined Under Namespace
Modules: RunnerWith
Classes: Runner
Constant Summary
collapse
- VERSION =
'0.39.1'
- INSTANCE_ID =
'ehbrs-tools_0'
Class Method Summary
collapse
Class Method Details
.application ⇒ Object
8
9
10
|
# File 'lib/ehbrs/tools/application.rb', line 8
def application
@application ||= ::EacRubyBase0::Application.new(::File.expand_path('../../..', __dir__))
end
|
.instance ⇒ Object
11
12
13
|
# File 'lib/ehbrs/tools/instance.rb', line 11
def instance
@instance ||= ::Avm::Instances::Base.by_id(INSTANCE_ID)
end
|