Method: HP::Cloud::DatabaseHelper.get_keys
- Defined in:
- lib/hpcloud/database_helper.rb
.get_keys ⇒ Object
28 29 30 |
# File 'lib/hpcloud/database_helper.rb', line 28 def self.get_keys() return [ "id", "name", "size", "type", "status" ] end |