Sha256: e17582317c509ee139124d4f65006b1943a1b8f90d633358a6c869e683eaffe7

Contents?: true

Size: 463 Bytes

Versions: 5

Compression:

Stored size: 463 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
eco-helpers-3.0.21 lib/eco/api/session/batch/launcher/options.rb
eco-helpers-3.0.20 lib/eco/api/session/batch/launcher/options.rb
eco-helpers-3.0.19 lib/eco/api/session/batch/launcher/options.rb
eco-helpers-3.0.18 lib/eco/api/session/batch/launcher/options.rb
eco-helpers-3.0.17 lib/eco/api/session/batch/launcher/options.rb