module Terraspace::Plugin::Decorator::Interface
Public Class Methods
new(type, props={})
click to toggle source
# File lib/terraspace/plugin/decorator/interface.rb, line 4 def initialize(type, props={}) @type, @props = type, props end