Class: Rbexy::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/rbexy/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#component_providerObject

Returns the value of attribute component_provider.



3
4
5
# File 'lib/rbexy/configuration.rb', line 3

def component_provider
  @component_provider
end

#debugObject

Returns the value of attribute debug.



6
7
8
# File 'lib/rbexy/configuration.rb', line 6

def debug
  @debug
end

#enable_contextObject

Returns the value of attribute enable_context.



5
6
7
# File 'lib/rbexy/configuration.rb', line 5

def enable_context
  @enable_context
end

#template_pathsObject

Returns the value of attribute template_paths.



4
5
6
# File 'lib/rbexy/configuration.rb', line 4

def template_paths
  @template_paths
end