Class: Fog::Bluebox::DNS::Mock
- Inherits:
-
Object
- Object
- Fog::Bluebox::DNS::Mock
- Defined in:
- lib/fog/bluebox/requests/dns/update_record.rb
Instance Method Summary collapse
Instance Method Details
#create_record(zone_id, type, domain, content) ⇒ Object
27 28 29 |
# File 'lib/fog/bluebox/requests/dns/update_record.rb', line 27 def create_record(zone_id, type, domain, content) Fog::Mock.not_implemented end |