Method: Profile#initialize
- Defined in:
- lib/dew/models/profile.rb
#initialize(profile_name) ⇒ Profile
Returns a new instance of Profile.
41 42 43 44 45 |
# File 'lib/dew/models/profile.rb', line 41 def initialize(profile_name) @profile_name = profile_name # :ami, :size, :security_groups, :keypair, :count # :rds_size, :elb_listener_ports end |