Sha256: 5472faef99f8ad6598853660c87ec955ebf69bbd39dd4398e831b378a0b89430
Contents?: true
Size: 474 Bytes
Versions: 4
Compression:
Stored size: 474 Bytes
Contents
require 'fog/huaweicloud/models/model' module Fog module Identity class HuaweiCloud class V3 class Token < Fog::HuaweiCloud::Model attribute :value attribute :catalog attribute :expires_at attribute :issued_at attribute :methods attribute :project attribute :roles attribute :user def to_s value end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems