Class: Melitta::Coercers::Identity
- Inherits:
-
Struct
- Object
- Struct
- Melitta::Coercers::Identity
- 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
8 9 10 |
# File 'lib/melitta/coercers.rb', line 8 def input @input end |
Instance Method Details
#output ⇒ Object
14 15 16 |
# File 'lib/melitta/coercers.rb', line 14 def output input end |