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.
28 29 30 31 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 28 def initialize(config, build) @config = config @current_build = build end |
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
24 25 26 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 24 def config @config end |
#current_build ⇒ Object (readonly)
Returns the value of attribute current_build.
24 25 26 |
# File 'lib/codebuild-notifier/dynamo_base.rb', line 24 def current_build @current_build end |