# File lib/fog/storm_on_demand/models/dns/record.rb, line 44 def create_region(options) requires :identity service.create_record_region({:record_id => identity}.merge!(options)) true end
# File lib/fog/storm_on_demand/models/dns/record.rb, line 50 def delete_region(options) requires :identity service.delete_record_region({:record_id => identity}.merge!(options)) end
# File lib/fog/storm_on_demand/models/dns/record.rb, line 32 def destroy requires :identity service.delete_record(:id => identity) true end
Generated with the Darkfish Rdoc Generator 2.