Module: Cheri::JRuby::Explorer::ParentViewerInterface
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Overview
ValueViewerInterface
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
Instance Method Summary collapse
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children.
226 227 228 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 226 def children @children end |
Instance Method Details
#children_loaded? ⇒ Boolean
228 229 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 228 def children_loaded? end |
#leaf? ⇒ Boolean
234 235 236 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 234 def leaf? false end |
#load_children ⇒ Object
231 232 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 231 def load_children end |