Class: Reactor::Configuration
- Inherits:
-
Object
- Object
- Reactor::Configuration
- Defined in:
- lib/reactor/configuration.rb
Class Attribute Summary collapse
-
.sanitize_obj_name ⇒ Object
Returns the value of attribute sanitize_obj_name.
-
.xml_access ⇒ Object
Returns the value of attribute xml_access.
Class Attribute Details
.sanitize_obj_name ⇒ Object
Returns the value of attribute sanitize_obj_name.
6 7 8 |
# File 'lib/reactor/configuration.rb', line 6 def sanitize_obj_name @sanitize_obj_name end |
.xml_access ⇒ Object
Returns the value of attribute xml_access.
5 6 7 |
# File 'lib/reactor/configuration.rb', line 5 def xml_access @xml_access end |