Module: Praxis::Plugins::PraxisMapperPlugin::Request
- Defined in:
- lib/praxis/plugins/praxis_mapper_plugin.rb
Instance Method Summary collapse
- #identity_map ⇒ Object
- #identity_map=(map) ⇒ Object
- #silence_mapper_stats ⇒ Object
- #silence_mapper_stats=(value) ⇒ Object
Instance Method Details
#identity_map ⇒ Object
124 125 126 |
# File 'lib/praxis/plugins/praxis_mapper_plugin.rb', line 124 def identity_map @identity_map end |
#identity_map=(map) ⇒ Object
128 129 130 |
# File 'lib/praxis/plugins/praxis_mapper_plugin.rb', line 128 def identity_map=(map) @identity_map = map end |
#silence_mapper_stats ⇒ Object
132 133 134 |
# File 'lib/praxis/plugins/praxis_mapper_plugin.rb', line 132 def silence_mapper_stats @silence_mapper_stats end |
#silence_mapper_stats=(value) ⇒ Object
136 137 138 |
# File 'lib/praxis/plugins/praxis_mapper_plugin.rb', line 136 def silence_mapper_stats=(value) @silence_mapper_stats = value end |