Sha256: 95371867c82611c17f4630f8712824cec9675083c6957cc26355a081d70bcdd9
Contents?: true
Size: 644 Bytes
Versions: 15
Compression:
Stored size: 644 Bytes
Contents
object @resource ||= @object attributes :id attributes :cp_id attributes :subscription_id attributes :name attributes :start_date, :end_date attributes :available, :quantity, :consumed attributes :account_number, :contract_number attributes :support_level attributes :product_id attributes :sockets, :cores, :ram attributes :instance_multiplier, :stacking_id, :multi_entitlement attributes :type attributes :name => :product_name attributes :unmapped_guest attributes :virt_only node :host, :if => lambda { |sub| sub && sub.hypervisor } do |subscription| { id: subscription.hypervisor.id, name: subscription.hypervisor.name } end
Version data entries
15 entries across 15 versions & 1 rubygems