class Omc::App

Attributes

attributes[R]
stack[R]

Public Class Methods

new(stack, attributes) click to toggle source
# File lib/omc/app.rb, line 11
def initialize stack, attributes
  @stack = stack
  @attributes = attributes
end