Class: OCI8::BindType::Object
Instance Method Summary collapse
Methods inherited from NamedType
Instance Method Details
#get ⇒ Object
540 541 542 |
# File 'lib/oci8/object.rb', line 540 def get() (obj = super()) && obj.to_value end |
#get_orig ⇒ Object
535 |
# File 'lib/oci8/object.rb', line 535 alias :get_orig get |
#set(val) ⇒ Object
536 537 538 539 |
# File 'lib/oci8/object.rb', line 536 def set(val) get_orig.attributes = val nil end |