Method: Dnsimple::Struct::ZoneRecord#regions

Defined in:
lib/dnsimple/struct/zone_record.rb

#regionsArray<String>

Returns The regions where the record is propagated. This is optional.

Returns:

  • (Array<String>)

    The regions where the record is propagated. This is optional.



35
36
37
# File 'lib/dnsimple/struct/zone_record.rb', line 35

def regions
  @regions
end