class SuperStack::Layer

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/super_stack/layer.rb, line 6
def initialize(*args)
  super(*args)
  SuperStack::LayerWrapper.from_hash self
end