# frozen_string_literal: true module Rancher module Api class Mountentry include Her::Model include Helpers::Model belongs_to :instance belongs_to :volume attributes :instanceId, :instanceName, :path, :volumeId, :volumeName end end end