| Constructor and Description |
|---|
UndefinedAccessor(Ruby runtime,
GlobalVariable globalVariable,
String name)
Constructor for UndefinedAccessor.
|
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
getValue() |
IRubyObject |
setValue(IRubyObject newValue) |
public UndefinedAccessor(Ruby runtime, GlobalVariable globalVariable, String name)
public IRubyObject getValue()
getValue in interface IAccessorIAccessor.getValue()public IRubyObject setValue(IRubyObject newValue)
setValue in interface IAccessorIAccessor.setValue(IRubyObject)Copyright © 2001–2024 JRuby. All rights reserved.