class Construqt::Flavour::OpvnDelegate

Public Class Methods

new(opvn) click to toggle source
# File lib/construqt/flavour/delegates.rb, line 104
def initialize(opvn)
  self.delegate = opvn
end

Public Instance Methods

_ident() click to toggle source
# File lib/construqt/flavour/delegates.rb, line 108
def _ident
  "Opvn_#{self.host.name}_#{self.name}"
end
network() click to toggle source
# File lib/construqt/flavour/delegates.rb, line 112
def network
  self.delegate.network
end