Class: EY::Serverside::BundleInstaller
- Defined in:
- lib/engineyard-serverside/bundle_installer.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#version ⇒ Object
Returns the value of attribute version.
Method Summary
Methods inherited from Struct
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options
3 4 5 |
# File 'lib/engineyard-serverside/bundle_installer.rb', line 3 def @options end |
#version ⇒ Object
Returns the value of attribute version
3 4 5 |
# File 'lib/engineyard-serverside/bundle_installer.rb', line 3 def version @version end |