Method: ActionWebService::Casting::BaseCaster#cast_returns
- Defined in:
- lib/action_web_service/casting.rb
#cast_returns(return_value) ⇒ Object
Coerces the given return_value into the type returned by this method
24 25 26 |
# File 'lib/action_web_service/casting.rb', line 24 def cast_returns(return_value) self.class.cast_returns(@api_method, return_value) end |