Class: Pantograph::Actions::PantographVersionAction

Inherits:
MinPantographVersionAction show all
Defined in:
pantograph/lib/pantograph/actions/pantograph_version.rb

Constant Summary

Constants inherited from Pantograph::Action

Pantograph::Action::AVAILABLE_CATEGORIES, Pantograph::Action::RETURN_TYPES

Documentation collapse

Methods inherited from MinPantographVersionAction

authors, category, details, example_code, is_supported?, run, step_text

Methods inherited from Pantograph::Action

action_name, author, authors, available_options, category, deprecated_notes, details, example_code, is_supported?, lane_context, method_missing, other_action, output, return_type, return_value, run, sample_return_value, shell_out_should_use_bundle_exec?, step_text

Class Method Details

.descriptionObject



10
11
12
# File 'pantograph/lib/pantograph/actions/pantograph_version.rb', line 10

def self.description
  'Alias for the `min_pantograph_version` action'
end