Class: OrientDB::RecordList
- Inherits:
-
Object
- Object
- OrientDB::RecordList
- 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
4 5 6 |
# File 'lib/orientdb/record.rb', line 4 def inspect "#<OrientDB::RecordList:#{toString}>" end |