Class: EY::BundleInstaller

Inherits:
Struct show all
Defined in:
lib/ey-deploy/bundle_installer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

json_create, #to_json

Instance Attribute Details

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/ey-deploy/bundle_installer.rb', line 2

def options
  @options
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



2
3
4
# File 'lib/ey-deploy/bundle_installer.rb', line 2

def version
  @version
end