class OCI8::BindType::IntervalYM

def get() # :nodoc:

:nodoc:
def get() # :nodoc:
  val = super()
  return nil if val.nil?
  year, month = val
  year * 12 + month
end