Method: Stax::Codebuild#stack_project_names

Defined in:
lib/stax/mixin/codebuild.rb

#stack_project_namesObject



14
15
16
# File 'lib/stax/mixin/codebuild.rb', line 14

def stack_project_names
  @_stack_project_names ||= stack_projects.map(&:physical_resource_id)
end