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
7
8
9
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 7
def creates
@creates
end
|
13
14
15
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 13
def deletes
@deletes
end
|
10
11
12
|
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 10
def updates
@updates
end
|