Sha256: a7f61ad80818e2cbc88d0dc8e1510b92ee27f069b42e288f6df55958101f7af7

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

#!/usr/bin/env ruby

$APP_PATH = File.dirname(__FILE__)
require 'lorj'

# If you want to see what is happening in the framework, uncomment debug settings.
# PrcLib.level = Logger::DEBUG # Printed out to your console.
# PrcLib.core_level = 3 # framework debug levels.

# Initialize the framework
hProcesses = [ File.join($APP_PATH, 'process', 'Students.rb')]

oStudentCore = Lorj::Core.new( nil, hProcesses)

# Ask the framework to create the object student 'Robert Redford'
oStudentCore.Create(:student, :student_name => "Robert Redford")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lorj-0.2.0 example/students_1/students.rb
lorj-0.1.0 example/students_1/students.rb