Class: Dnsimple::Struct::ZoneRecordsBatchChange
- Inherits:
-
Base
- Object
- Base
- Dnsimple::Struct::ZoneRecordsBatchChange
show all
- Defined in:
- lib/dnsimple/struct/zone_records_batch_change.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from Base
#initialize
Instance Attribute Details
8
9
10
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 8
def creates
@creates
end
|
14
15
16
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 14
def deletes
@deletes
end
|
11
12
13
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 11
def updates
@updates
end
|