class Origen::Pins::FunctionProxy
Thin wrapper around pin objects to implement a defined function.
The pin object stores all attributes associated with the function, this wrapper simply keeps track of what function a given pin reference refers to
Public Class Methods
Source
# File lib/origen/pins/function_proxy.rb, line 10 def initialize(id, pin) @id = id @pin = pin end
Public Instance Methods
Source
# File lib/origen/pins/function_proxy.rb, line 23 def __object__ @pin.__object__ end
@api private
To play nicely with == when a function proxy is wrapping a pin that is already wrapped by an OrgFile
interceptor
Private Instance Methods
Source
# File lib/origen/pins/function_proxy.rb, line 39 def _function @id end
For debug