Method: Dslimple::Zone#initialize
- Defined in:
- lib/dslimple/zone.rb
#initialize(name) ⇒ Zone
Returns a new instance of Zone.
8 9 10 11 |
# File 'lib/dslimple/zone.rb', line 8 def initialize(name) @name = name @records = [] end |
Returns a new instance of Zone.
8 9 10 11 |
# File 'lib/dslimple/zone.rb', line 8 def initialize(name) @name = name @records = [] end |