class Gorillib::Factory::IntTimeFactory

Public Class Methods

typename() click to toggle source
# File lib/gorillib/type/extended.rb, line 59
def self.typename() :int_time ; end

Public Instance Methods

convert(obj) click to toggle source
# File lib/gorillib/type/extended.rb, line 62
def convert(obj)
  result = super
  result.nil? ? nil : result.to_i
end