Sha256: 0cb5de9b1fbbbc630d2ccb2209a87ed81273661359400a6cf40a88cde6c419db
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rancher-api-beta-0.8.1 | lib/rancher/api/models/mountentry.rb |