Class: Dnsimple::Struct::ZoneRecordsBatchChange

Inherits:
Base
  • Object
show all
Defined in:
lib/dnsimple/struct/zone_records_batch_change.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dnsimple::Struct::Base

Instance Attribute Details

#createsArray<ZoneRecord>

Returns:



8
9
10
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 8

def creates
  @creates
end

#deletesArray<ZoneRecordId>

Returns:



14
15
16
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 14

def deletes
  @deletes
end

#updatesArray<ZoneRecord>

Returns:



11
12
13
# File 'lib/dnsimple/struct/zone_records_batch_change.rb', line 11

def updates
  @updates
end