Method: Codepipe::Role#initialize
- Defined in:
- lib/codepipe/role.rb
#initialize(options = {}) ⇒ Role
Returns a new instance of Role.
8 9 10 11 12 |
# File 'lib/codepipe/role.rb', line 8 def initialize(={}) = @role_path = [:role_path] || get_role_path @properties = default_properties end |