class Fastly::DictionaryItem

def as_hash

:nodoc:
def as_hash
  super.delete_if { |var| %w(service_id dictionary_id).include?(var) }
end