Class: RBridge::RParamName
- Inherits:
-
Object
- Object
- RBridge::RParamName
- Defined in:
- lib/r_bridge/r_bridge_lazyfunc_ext.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ RParamName
constructor
A new instance of RParamName.
Constructor Details
#initialize(name) ⇒ RParamName
Returns a new instance of RParamName.
126 127 128 |
# File 'lib/r_bridge/r_bridge_lazyfunc_ext.rb', line 126 def initialize(name) @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
125 126 127 |
# File 'lib/r_bridge/r_bridge_lazyfunc_ext.rb', line 125 def name @name end |