Class: OrientDB::RecordSet
- Inherits:
-
Object
- Object
- OrientDB::RecordSet
- Defined in:
- lib/orientdb/record.rb
Instance Method Summary collapse
- #inspect ⇒ Object (also: #to_s)
Instance Method Details
#inspect ⇒ Object Also known as: to_s
12 13 14 |
# File 'lib/orientdb/record.rb', line 12 def inspect "#<OrientDB::RecordSet:#{toString}>" end |