Method: Fog::DNS::Slicehost::Zone#initialize
- Defined in:
- lib/fog/slicehost/models/dns/zone.rb
#initialize(attributes = {}) ⇒ Zone
Returns a new instance of Zone.
16 17 18 19 20 |
# File 'lib/fog/slicehost/models/dns/zone.rb', line 16 def initialize(attributes={}) self.active ||= true self.ttl ||= 3600 super end |