public Method

Method.cast_returns(return_value)

Cast a Ruby return value into the expected Ruby value

Source Code

# File action_web_service/api.rb, line 192
def cast_returns(return_value)
  @caster.cast_returns(return_value)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.