Method: Codepipe::Sns#initialize
- Defined in:
- lib/codepipe/sns.rb
#initialize(options = {}) ⇒ Sns
Returns a new instance of Sns.
6 7 8 9 10 |
# File 'lib/codepipe/sns.rb', line 6 def initialize(={}) = @sns_path = [:sns_path] || get_sns_path @properties = default_properties end |