Class: SAPNW::RFC::Import

Inherits:
Parameter show all
Defined in:
lib/sapnwrfc/parameters.rb

Overview

RFC Import Parameters

Instance Attribute Summary

Attributes inherited from Parameter

#decimals, #direction, #len, #name, #typdef, #type, #ulen, #value

Instance Method Summary collapse

Methods inherited from Parameter

#method_missing

Constructor Details

#initialize(*args) ⇒ Import

Returns a new instance of Import.



209
210
211
212
# File 'lib/sapnwrfc/parameters.rb', line 209

def initialize(*args)
  @direction = SAPNW::RFC::IMPORT
	super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class SAPNW::RFC::Parameter