Class: Melitta::Coercers::String
- Inherits:
-
Struct
- Object
- Struct
- Melitta::Coercers::String
- 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
20 21 22 |
# File 'lib/melitta/coercers.rb', line 20 def input @input end |
Instance Method Details
#output ⇒ Object
26 27 28 |
# File 'lib/melitta/coercers.rb', line 26 def output input.to_s end |