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



597
598
599
# File 'lib/oci8/object.rb', line 597

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

#get_origObject



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

alias :get_orig get

#set(val) ⇒ Object



593
594
595
596
# File 'lib/oci8/object.rb', line 593

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