class Fastly::BelongsToServiceAndVersion

def as_hash

:nodoc:
def as_hash
  super.delete_if { |var| ["service_id", "version"].include?(var) }
end