module Eco module API class Session class Batch module Launcher module Options private # Default way to retrieve options (unless provided) def options return @options if instance_variable_defined?(:@options) return super if defined?(super) ASSETS.cli.options end end end end end end end