Module: Eco::API::Session::Batch::Launcher::ValidMethods::ClassMethods
- Defined in:
- lib/eco/api/session/batch/launcher/valid_methods.rb
Instance Method Summary collapse
-
#valid_method?(value) ⇒ Boolean
trueif the method is supported,falseotherwise.
Instance Method Details
#valid_method?(value) ⇒ Boolean
Returns true if the method is supported, false otherwise.
18 19 20 |
# File 'lib/eco/api/session/batch/launcher/valid_methods.rb', line 18 def valid_method?(value) VALID_METHODS.include?(value) end |