module Sap4ruby
Constants
- VERSION
Public Class Methods
CLIENT()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 10 def CLIENT; SAP_CONFIG['client'].to_s end
HOST()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 7 def HOST; SAP_CONFIG['ashost'].to_s end
LANGUAGE()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 9 def LANGUAGE; SAP_CONFIG['lang'].to_s end
PASSWORD()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 12 def PASSWORD; SAP_CONFIG['passwd'].to_s end
SYSNR()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 8 def SYSNR; SAP_CONFIG['sysnr'].to_s end
USER()
click to toggle source
# File lib/sap4ruby/parameters.rb, line 11 def USER; SAP_CONFIG['user'].to_s end