Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Ruby Scripting Manual

smidget edited this page Jul 25, 2012 · 7 revisions

OpenSHAPA Ruby API v1.0

Introduction

The OpenSHAPA scripting API provides a scriptable interface to OpenSHAPA's database, allowing you to manipulate your data, print in any format you'd like, or check your data for errors. Described in this guide are the classes and methods available to you, along with examples. A script repository is available where many example scripts can be found.

The database is broken into three different conceptual pieces: Variables, Cells, and Arguments. Variables represent each column in the OpenSHAPA spreadsheet, Cells represent the cells within each column, and Arguments represent the values each cell contains (including the standard values of onset, offset, and ordinal).


Ruby Scripting Table of Contents