Module: Shipwright
- Extended by:
- Forwardable, Shipwright
- Included in:
- Shipwright
- Defined in:
- lib/shipwright.rb,
lib/shipwright/cli.rb,
lib/shipwright/builder.rb,
lib/shipwright/elastic_beanstalk.rb
Defined Under Namespace
Modules: ElasticBeanstalk Classes: Builder, CLI
Constant Summary collapse
- VERSION =
File.read(File. '../../VERSION', __FILE__).chomp
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#infos ⇒ Object
Returns the value of attribute infos.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors.
18 19 20 |
# File 'lib/shipwright.rb', line 18 def errors @errors end |
#infos ⇒ Object
Returns the value of attribute infos.
17 18 19 |
# File 'lib/shipwright.rb', line 17 def infos @infos end |