Parent

Methods

Class/Module Index [+]

Quicksearch

CloudClient::Error

######################################################################### The Error Class represents a generic error in the Cloud Client library. It contains a readable representation of the error. #########################################################################

Attributes

message[R]

Public Class Methods

new(message=nil) click to toggle source

message a description of the error

# File lib/deltacloud/drivers/opennebula/cloud_client.rb, line 90
def initialize(message=nil)
    @message=message
end

Public Instance Methods

to_s() click to toggle source
# File lib/deltacloud/drivers/opennebula/cloud_client.rb, line 94
def to_s()
    @message
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.