Class: Melitta::Coercers::MissingInput
- Inherits:
-
Struct
- Object
- Struct
- Melitta::Coercers::MissingInput
- Defined in:
- lib/melitta/coercers.rb
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
Instance Method Summary collapse
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input
140 141 142 |
# File 'lib/melitta/coercers.rb', line 140 def input @input end |
Instance Method Details
#errors ⇒ Object
142 143 144 |
# File 'lib/melitta/coercers.rb', line 142 def errors I18n.t("errors.coercers.missing_input") end |
#output ⇒ Object
150 151 152 |
# File 'lib/melitta/coercers.rb', line 150 def output input end |