Class: OCI8::BindType::BasicNumberType
- Defined in:
- lib/oci8/bindtype.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#get ⇒ Object
51 52 53 |
# File 'lib/oci8/bindtype.rb', line 51 def get() (val = super()) && (val.has_decimal_part? ? val.to_f : val.to_i) end |