Class: BSIServices::Test

Inherits:
BSIModule show all
Defined in:
lib/rbc/bsi.rb

Overview

Special standard services that behave differently than the rest

Instance Method Summary collapse

Methods inherited from BSIModule

#add_methods, #initialize

Constructor Details

This class inherits a constructor from BSIServices::BSIModule

Instance Method Details

#add(*arguments) ⇒ Object



286
287
288
# File 'lib/rbc/bsi.rb', line 286

def add(*arguments)
  @@marshal.build_call('test.add', *arguments)
end

#echo(string) ⇒ Object



290
291
292
# File 'lib/rbc/bsi.rb', line 290

def echo(string)
  @@marshal.build_call('test.echo', string)
end