Class: XMLService::I_SRVPGM
- Defined in:
- lib/xmlservice.rb
Overview
xmlservice call SRVPGM
Instance Attribute Summary
Attributes inherited from I_CALL
Instance Method Summary collapse
-
#initialize(name, func, lib = nil, options = nil) ⇒ I_SRVPGM
constructor
A new instance of I_SRVPGM.
Methods inherited from I_PGM
#<<, #[], #[]=, #assoc, #bin, #char, #dec, #dec_enddo, #double, #double_enddo, #float4, #float4_enddo, #float8, #float8_enddo, #func, #getIndexOutputParameter, #getInputParameter, #inputParameter, #input_parms, #lib, #long, #long_enddo, #longlong, #longlong_enddo, #name, #outputParameter, #parse_diag_attr, #parse_output_attr, #parse_return_attr, #real, #real_enddo, #ret, #retValue, #retVar, #return_parms, #setReturn, #short, #short_enddo, #struct, #struct_dou, #tiny, #tiny_enddo, #to_xml, #ulong, #ulong_enddo, #ulonglong, #ulonglong_enddo, #ushort, #ushort_enddo, #utiny, #utiny_enddo, #value, #var, #varchar, #varchar4, #zone, #zone_enddo
Methods inherited from I_CALL
#call, #call_recursive, #dump, #dump_all, #dump_error, #dump_inspect, #dump_inspect_input, #dump_inspect_response, #dump_inspect_returndata, #execute, #format_inspect, #format_inspect_include, #format_inspect_recursive, #out_xml, #parse_output_attr, #parse_return_attr, #reserved_words, #response, #returndata, #xmlservice, #xmlservice_diag_parse, #xmlservice_error
Methods inherited from I_Meta
#add_user_accessor, #instance_variable_forward_get, #instance_variable_forward_set, #parse_diag_attr, #parse_output_attr, #parse_return_attr, #remove_user_accessor, #shortCut
Constructor Details
#initialize(name, func, lib = nil, options = nil) ⇒ I_SRVPGM
Returns a new instance of I_SRVPGM.
2283 2284 2285 |
# File 'lib/xmlservice.rb', line 2283 def initialize(name,func,lib=nil,=nil) super(name,lib,,func) end |