Module: Cheri::JRuby::Explorer::ValueViewerInterface
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Overview
ViewerInterface
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
216 217 218 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 216 def value @value end |
Instance Method Details
#initialize(node_type, main, instance, value, *r) ⇒ Object
218 219 220 221 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 218 def initialize(node_type,main,instance,value,*r) super @value = value end |