Class: OCI8::BindType::Object

Inherits:
NamedType show all
Defined in:
lib/oci8/object.rb

Instance Method Summary collapse

Methods inherited from NamedType

create

Instance Method Details

#getObject



633
634
635
# File 'lib/oci8/object.rb', line 633

def get()
  (obj = super()) && obj.to_value
end

#get_origObject



628
# File 'lib/oci8/object.rb', line 628

alias :get_orig get

#set(val) ⇒ Object



629
630
631
632
# File 'lib/oci8/object.rb', line 629

def set(val)
  get_orig.attributes = val
  nil
end