Method: Fog::Compute::Ninefold::Server#initialize
- Defined in:
- lib/fog/ninefold/models/compute/server.rb
permalink #initialize(attributes = {}) ⇒ Server
Returns a new instance of Server.
70 71 72 73 74 75 76 |
# File 'lib/fog/ninefold/models/compute/server.rb', line 70 def initialize(attributes={}) merge_attributes({ :flavor_id => 105, # '1CPU, 384MB, 80GB HDD' :image_id => 421 # 'XEN Basic Ubuntu 10.04 Server x64 PV r2.0' }) super end |