Class RowImpl

All Implemented Interfaces:
Row

public class RowImpl extends RubyObjectWrapper implements Row
  • Constructor Details

    • RowImpl

      public RowImpl(org.jruby.runtime.builtin.IRubyObject rubyObject)
  • Method Details

    • getCells

      public List<Cell> getCells()
      Specified by:
      getCells in interface Row
    • getRubyCells

      public org.jruby.RubyArray getRubyCells()