Class: Melitta::Coercers::OptionalInput
- Inherits:
-
Struct
- Object
- Struct
- Melitta::Coercers::OptionalInput
- 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
156 157 158 |
# File 'lib/melitta/coercers.rb', line 156 def input @input end |
Instance Method Details
#output ⇒ Object
162 163 164 |
# File 'lib/melitta/coercers.rb', line 162 def output input end |