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:



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

def creates
  @creates
end

#deletesArray<ZoneRecordId>

Returns:



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

def deletes
  @deletes
end

#updatesArray<ZoneRecord>

Returns:



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

def updates
  @updates
end