| Module | RemoteClass |
| In: |
lib/remote_class.rb
|
— Copyright 2007 Michael E. Hayden. All Rights Reserved. —
| RemoteClassAny | = | false | if true any loadable class can be accessed remotely | |
| RemoteClassInspect | = | true | Global flag to allow/disallow inspecttion of Remote Class interfaces | |
| RemoteClasses | = | [] | List of RemoteClasses which can be accessed remotely used only if RemoteClassAny is false For example:RemoteClasses = ["AdminService", "RemoteTest::Rtest"] |
|
| RemoteSessionClasses | = | [] | List of RemoteSessionClasses Classes may be added here instead of deriving from SessionObject Instances created with Remote Objects will save state across web requests |