Class: SAPNW::RFC::Changing

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

Overview

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

Returns a new instance of Changing.



225
226
227
228
# File 'lib/sapnwrfc/parameters.rb', line 225

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

Dynamic Method Handling

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