Class: Omc::App

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/omc/app.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(stack, attributes) ⇒ App

Returns a new instance of App.



11
12
13
14
# File 'lib/omc/app.rb', line 11

def initialize stack, attributes
  @stack = stack
  @attributes = attributes
end

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes.



5
6
7
# File 'lib/omc/app.rb', line 5

def attributes
  @attributes
end

#stackObject (readonly)

Returns the value of attribute stack.



5
6
7
# File 'lib/omc/app.rb', line 5

def stack
  @stack
end