Changes between Version 7 and Version 8 of rappture_ruby_api


Ignore:
Timestamp:
Feb 18, 2009 9:22:36 PM (15 years ago)
Author:
bhaley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rappture_ruby_api

    v7 v8  
    2222''rp''.put(''path'', ''value'', ''append'')
    2323 '''Notes'''::
    24     ''path'' is the output element name, ''value'' is the output value (a Ruby String, Float, or Fixnum), and ''append'' is one of '''Rappture::OVERWRITE''' or '''Rappture::APPEND'''; raises a !RuntimeError exception if ''value'' is not of the correct type
     24    ''path'' is the output element name, ''value'' is the output value (a Ruby String, Float, or Fixnum), and ''append'' is one of '''Rappture::OVERWRITE''' or '''Rappture::APPEND'''; raises a !RuntimeError exception if ''value'' is an invalid type
    2525
    2626=== __Progress message__ ===