Method: ComponentCode#initialize

Defined in:
lib/volt/server/rack/component_code.rb

#initialize(component_name, component_paths, client = true) ⇒ ComponentCode

Returns a new instance of ComponentCode.



8
9
10
11
12
# File 'lib/volt/server/rack/component_code.rb', line 8

def initialize(component_name, component_paths, client=true)
  @component_name = component_name
  @component_paths = component_paths
  @client = client
end