Class: LightServiceExt::ApplicationValidatorAction::NullMapper
- Inherits:
-
Struct
- Object
- Struct
- LightServiceExt::ApplicationValidatorAction::NullMapper
- Defined in:
- lib/light-service-ext/application_validator_action.rb
Instance Attribute Summary collapse
-
#ctx ⇒ Object
Returns the value of attribute ctx.
Class Method Summary collapse
Instance Attribute Details
#ctx ⇒ Object
Returns the value of attribute ctx
36 37 38 |
# File 'lib/light-service-ext/application_validator_action.rb', line 36 def ctx @ctx end |
Class Method Details
.map_from(context) ⇒ Object
38 39 40 |
# File 'lib/light-service-ext/application_validator_action.rb', line 38 def self.map_from(context) context[:input] end |