Class: EY::Serverside::BundleInstaller

Inherits:
Struct show all
Defined in:
lib/engineyard-serverside/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



3
4
5
# File 'lib/engineyard-serverside/bundle_installer.rb', line 3

def options
  @options
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/engineyard-serverside/bundle_installer.rb', line 3

def version
  @version
end