Method: ActionWebService::Casting::BaseCaster#cast_expects

Defined in:
lib/action_web_service/casting.rb

#cast_expects(params) ⇒ Object

Coerces the parameters in params (an Enumerable) into the types this method expects



18
19
20
# File 'lib/action_web_service/casting.rb', line 18

def cast_expects(params)
  self.class.cast_expects(@api_method, params)
end