Class: LightServiceExt::ApplicationValidatorAction::NullMapper

Inherits:
Struct
  • Object
show all
Defined in:
lib/light-service-ext/application_validator_action.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#ctxObject

Returns the value of attribute ctx

Returns:

  • (Object)

    the current value of 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