Constructor and Description |
---|
UndefinedAccessor(Ruby runtime,
GlobalVariable globalVariable,
java.lang.String name)
Constructor for UndefinedAccessor.
|
Modifier and Type | Method and Description |
---|---|
IRubyObject |
getValue() |
IRubyObject |
setValue(IRubyObject newValue) |
public UndefinedAccessor(Ruby runtime, GlobalVariable globalVariable, java.lang.String name)
public IRubyObject getValue()
getValue
in interface IAccessor
IAccessor.getValue()
public IRubyObject setValue(IRubyObject newValue)
setValue
in interface IAccessor
IAccessor.setValue(IRubyObject)
Copyright © 2001-2020 JRuby. All Rights Reserved.