class RSpec::Puppet::Errors::RelationshipError

Attributes

from[R]
to[R]

Public Class Methods

new(from, to) click to toggle source
# File lib/rspec-puppet/errors.rb, line 57
def initialize(from, to)
  @from = from
  @to = to
end

Public Instance Methods

to_s() click to toggle source
# File lib/rspec-puppet/errors.rb, line 62
def to_s
  message
end