Class: Dev2func::Container

Inherits:
Object
  • Object
show all
Defined in:
lib/dev2func/container.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



5
6
7
# File 'lib/dev2func/container.rb', line 5

def configuration
  @configuration
end

#streamObject

Returns the value of attribute stream.



5
6
7
# File 'lib/dev2func/container.rb', line 5

def stream
  @stream
end

Instance Method Details

#add_stream(stream) ⇒ Object

Adding application error or exception



8
9
10
# File 'lib/dev2func/container.rb', line 8

def add_stream(stream)
  self.stream = stream
end