Class: SAPNW::RFC::Export

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

Overview

RFC Export 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) ⇒ Export

Returns a new instance of Export.



217
218
219
220
# File 'lib/sapnwrfc/parameters.rb', line 217

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

Dynamic Method Handling

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