lib/fastly/models/pop.rb in fastly-8.0.1 vs lib/fastly/models/pop.rb in fastly-8.1.0

- old
+ new

@@ -11,11 +11,11 @@ require 'date' require 'time' module Fastly class Pop - # the three-letter code for the [POP](https://developer.fastly.com/learning/concepts/pop/) + # the three-letter code for the [POP](https://www.fastly.com/documentation/learning/concepts/pop/) attr_accessor :code # the name of the POP attr_accessor :name @@ -29,10 +29,10 @@ # the region used for billing attr_accessor :billing_region attr_accessor :coordinates - # the name of the [shield code](https://developer.fastly.com/learning/concepts/shielding/#choosing-a-shield-location) if this POP is suitable for shielding + # the name of the [shield code](https://www.fastly.com/documentation/learning/concepts/shielding/#choosing-a-shield-location) if this POP is suitable for shielding attr_accessor :shield class EnumAttributeValidator attr_reader :datatype attr_reader :allowable_values