Class: Avmtrf1::Oracle::Object::User

Inherits:
Base
  • Object
show all
Defined in:
lib/avmtrf1/oracle/object/user.rb

Instance Method Summary collapse

Methods inherited from Base

#drop, #drop_ddl, #fullname, #to_s

Instance Method Details

#objects(search_attributes = {}) ⇒ Object



9
10
11
# File 'lib/avmtrf1/oracle/object/user.rb', line 9

def objects(search_attributes = {})
  connection.objects.list(search_attributes.merge(owner: name))
end