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.expand_path '../../VERSION', __FILE__).chomp

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors.



18
19
20
# File 'lib/shipwright.rb', line 18

def errors
  @errors
end

#infosObject

Returns the value of attribute infos.



17
18
19
# File 'lib/shipwright.rb', line 17

def infos
  @infos
end