Method: BlockDevice#raid_level
- Defined in:
- lib/ec2launcher/block_device.rb
#raid_level(*raid_level) ⇒ Object
63 64 65 66 67 68 69 70 |
# File 'lib/ec2launcher/block_device.rb', line 63 def raid_level(*raid_level) if raid_level.empty? @raid_level else @raid_level = raid_level[0] self end end |