class Construi::Config::Links::Link

Attributes

yaml[R]

Public Class Methods

new(name, yaml) click to toggle source
# File lib/construi/config.rb, line 123
def initialize(name, yaml)
  @yaml = yaml
end