Parent

Methods

Class/Module Index [+]

Quicksearch

OpenShift::UnfulfilledRequirementException

Attributes

cart_name[R]
feature[R]

Public Class Methods

new(feature, cart_name) click to toggle source
# File lib/openshift/exceptions.rb, line 22
def initialize(feature, cart_name)
  @feature = feature
  @cart_name = cart_name
  super
end

Public Instance Methods

to_s() click to toggle source
# File lib/openshift/exceptions.rb, line 28
def to_s
  feature.is_a?(Array) ? "None of the cartridge requirements #{feature.join(", ")} for #{cart_name} were available to install." : "The cartridge requirement #{feature} for #{cart_name} is not available to install."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.