Module: CapEC2::Utils

Included in:
EC2Handler, StatusTable
Defined in:
lib/cap-ec2/utils.rb

Instance Method Summary collapse

Instance Method Details

#project_tagObject



3
4
5
# File 'lib/cap-ec2/utils.rb', line 3

def project_tag
  @ec2_config["project_tag"] || "Project"
end

#roles_tagObject



7
8
9
# File 'lib/cap-ec2/utils.rb', line 7

def roles_tag
  @ec2_config["roles_tag"] || "Roles"
end

#stages_tagObject



11
12
13
# File 'lib/cap-ec2/utils.rb', line 11

def stages_tag
  @ec2_config["stages_tag"] || "Stages"
end