Parent

Methods

Class/Module Index [+]

Quicksearch

RHEVM::BaseObject

Attributes

client[R]
href[RW]
id[RW]
name[RW]

Public Class Methods

new(client, id, href, name) click to toggle source
# File lib/deltacloud/drivers/rhevm/rhevm_client.rb, line 309
def initialize(client, id, href, name)
  @id, @href, @name = id, href, name
  @client = client
  self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.