Class: SAPNW::RFC::Export
- Inherits:
-
Parameter
- Object
- Parameters::Base
- Parameter
- SAPNW::RFC::Export
- 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
-
#initialize(*args) ⇒ Export
constructor
A new instance of Export.
Methods inherited from Parameter
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