Method: Akashi::Vpc::SecurityGroup::Base.name

Defined in:
lib/akashi/vpc/security_group/base.rb

.nameObject



32
33
34
# File 'lib/akashi/vpc/security_group/base.rb', line 32

def name
  "#{Akashi.name}-#{role}"
end