module GdsApi::PartMethods

def has_parts?(part)

def has_parts?(part)
  !! (has_previous_part?(part) || has_next_part?(part))
end