Method: Fog::DNS::Bluebox::Records#new

Defined in:
lib/fog/bluebox/models/dns/records.rb

#new(attributes = {}) ⇒ Object


27
28
29
30
# File 'lib/fog/bluebox/models/dns/records.rb', line 27

def new(attributes = {})
  requires :zone
  super({ :zone => zone }.merge!(attributes))
end