Module: Shuttle

Defined in:
lib/shuttle.rb,
lib/shuttle/railtie.rb,
lib/shuttle/version.rb,
lib/generators/shuttle/install_generator.rb

Defined Under Namespace

Modules: Generators Classes: Railtie

Constant Summary collapse

VERSION =
'2.0.1'

Class Method Summary collapse

Class Method Details

.stagesObject



8
9
10
# File 'lib/shuttle.rb', line 8

def self.stages
  yaml['stages'] if yaml.present?
end

.stepsObject



4
5
6
# File 'lib/shuttle.rb', line 4

def self.steps
  yaml['steps'] if yaml.present?
end