Class: CodeBuildNotifier::DynamoBase
- Inherits:
-
Object
- Object
- CodeBuildNotifier::DynamoBase
- Defined in:
- lib/codebuild-notifier/dynamo_base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#current_build ⇒ Object
readonly
Returns the value of attribute current_build.
Instance Method Summary collapse
-
#initialize(config, build) ⇒ DynamoBase
constructor
A new instance of DynamoBase.
Constructor Details
#initialize(config, build) ⇒ DynamoBase
Returns a new instance of DynamoBase.
29 30 31 32 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 29 def initialize(config, build) @config = config @current_build = build end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
25 26 27 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 25 def config @config end |
#current_build ⇒ Object (readonly)
Returns the value of attribute current_build.
25 26 27 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 25 def current_build @current_build end |